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

5 lines
98 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( ("?"."xml version=\"1.0\"") (root.,(element.,"Some text here"))
: ?xml
& out$(toML$!xml)
);