@@ 66,6 66,16 @@ concatMap Text (Map/Entry Text Text)
attributes = XML.emptyAttributes,
content = content
}''
+ },
+ {
+ mapKey = "${el}/",
+ mapValue = ''
+ \(content: Text) ->
+ XML.element {
+ name = ${Text/show el},
+ attributes = XML.emptyAttributes,
+ content = [XML.text content]
+ }''
}
]) elements
#