RosettaCodeData/Task/XML-DOM-serialization/Bracmat/xml-dom-serialization-2.bracmat

5 lines
98 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
( ("?"."xml version=\"1.0\"") (root.,(element.,"Some text here"))
: ?xml
& out$(toML$!xml)
);