Open scripting opened 2 years ago
In Frontier we have two verbs that can be used to normalize the formatting of XML files. They are:
xml.compile (xmltext) returns xstruct xml.decompile (xstruct) returns xmltext
Is there the equivalent in Node.js?
Is there a Javascript-based XML parser?
In Frontier we have two verbs that can be used to normalize the formatting of XML files. They are:
Is there the equivalent in Node.js?