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

9 lines
142 B
Text
Raw Permalink Normal View History

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