Could you tell me some working jml -> json library for node.js?
SAX-style would be preferable to have everything done while the XML file is still receiving.
thank
https://github.com/isaacs/sax-js
You can try xml2js . I tried this myself, but for a really simple xml, so I'm not sure if it will work βwhile the xml file is still receivingβ.
http://code.google.com/p/x2js But it works with the DOM.