scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
121 stars 10 forks source link

Basic XML verbs in Node? #231

Open scripting opened 2 years ago

scripting commented 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?

TImHare commented 2 years ago

Is there a Javascript-based XML parser?