Here is how to format XMLDOM output nicely

Gave me a hard time, so I thought I would share. If you don't do this, everything will be in one line... //Name DataType Subtype Length //Outs OutStream //F File //Reader Automation 'Microsoft XML, v6.0'.SAXXMLReader60 //Writer Automation 'Microsoft XML, v6.0'.MXXMLWriter60 F.QUERYREPLACE(FALSE); F.CREATE(FileName); F.CREATEOUTSTREAM(Outs); IF ISCLEAR(Writer) THEN…