Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
56
rated 0 times [  62] [ 6]  / answers: 1 / hits: 20131  / 14 Years ago, sun, october 31, 2010, 12:00:00

I am doing some server side coding with JavaScript (node.js) and I would like to write valid xml.



I found two libs, but I am sure there are more/better!?





Requirements: open source (for commercial usage)



Would be cool if the project is fast, small and simple to use (in that order). And I would like to have a bit lower level access ala



doc.addElement('xy').addAttr('name', 'bob');

More From » xml

 Answers
11

There are a number of XML libraries for node.js listed at http://github.com/ry/node/wiki/modules#parsers-xml



If memory serves, the one that has the most traction is http://github.com/polotek/libxmljs, which appears to be MIT licensed.


[#95122] Thursday, October 28, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
elliem

Total Points: 415
Total Questions: 117
Total Answers: 94

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
;