Analysis of XML data from NodeJS

Hello, I have used JSOn.parse() to parse the json response in nodejs encoding. Similarly, how to parse the xml data? I don’t know xml, because I’m a newbie to deal with it. Any help is greatly appreciated
no built-in xml parser, You need an npm module like node-xml-lite: https://npmjs.org/package/node-xml-lite

Hello I have used JSOn.parse() The json response is parsed in nodejs encoding. Similarly, how to parse the xml data? I don’t know xml, because I’m new to dealing with it. Any help is greatly appreciated

There is no built-in xml parser, you need one like node-xml-lite: https: //npmjs.org/package/node-xml-lite such npm modules

Leave a Comment

Your email address will not be published.