简体   繁体   中英

Parsing XML data from nodejs

Hi I have already parsed json responses in nodejs coding using the JSOn.parse(). Likewise is there anyway as to how to parse xml data? I have no idea regarding xml as i'm new in handling that.Any help will be much appreciated

没有内置的xml解析器,你需要一个像node-xml-lite这样的npm模块: https//npmjs.org/package/node-xml-lite

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM