Node: Native XML Parsing in Node.js?

Created on 5 Sep 2015  路  5Comments  路  Source: nodejs/node

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

feature request

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Icemic picture Icemic  路  3Comments

seishun picture seishun  路  3Comments

danialkhansari picture danialkhansari  路  3Comments

fanjunzhi picture fanjunzhi  路  3Comments

filipesilvaa picture filipesilvaa  路  3Comments