Creates an XML file from the current DOM node.
writeXml( filename STRING )
The writeXml() method writes the content of the current DOM node to the file passed as parameter.
DEFINE node om.DomNode ... CALL noe.writeXml("output.xml")