RosettaCodeData/Task/XML-DOM-serialization/Sidef/xml-dom-serialization.sidef

6 lines
139 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
require('XML::Simple');
print %S'XML::Simple'.XMLout(
:(root => :( element => 'Some text here' )),
NoAttr => 1, RootName => '',
);