← Prev in month ← Prev in thread

contemporary XML parsing in JavaScript

From
Simon St.Laurent <>
To
"" <>
Date
2022-12-01T21:25:29Z
ID
<>
Thread
contemporary XML parsing in JavaScript
This just crossed my path in a newsletter about Node.js:

https://geshan.com.np/blog/2022/11/nodejs-xml-parser/

I love that it's still using an MSXML example with books from 2000 and 
2001.  They parse XML to JSON for convenient work.  They also say 
validate when I think they mean to test well-formedness.

This might be cause for happiness, though these numbers aren't supremely 
meaningful:

"fast-XML-parser NPM package has more downloads/week (6 million) than 
Vue (3.4 million) or Angular (3 million)."

Thanks,
Simon
← Prev in month ← Prev in thread