I dunno is it a right place to ask this question.. Can we have native XML parsing like we have for json.. I just googled and found weather v8 has exposed any api's for XML parsing.. Just found this link https://code.google.com/p/v8-juice/wiki/PluginExpatParser
We are unlikely to add XML parsing to core. There are already a number of fine userland alternatives. Plus, XML.... yuck.
I thought ,one of the goal for nodejs would be enterprises adoption. Both XML and JSON are important.. Anyway thanks
That is one of the goals. As I said, there are already a number of perfectly good XML modules available on npm. There is no reason for it to live in core.
:) Understood.. One last question.. SOAP support ? Or do I need to use npm module ? .. :)
npm module for SOAP as well. https://www.npmjs.com/search?q=soap