RosettaCodeData/Task/XML-DOM-serialization/Oz/xml-dom-serialization-1.oz
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

7 lines
119 B
Text

declare
proc {Main}
DOM = root(element("Some text here"))
in
{System.showInfo {Serialize DOM}}
end
...