在node.js中将xml翻译为json
请您给我指出一些有效的 xml -> Node.js 的 json 翻译库?
SAX 风格更适合在 xml 文件仍在接收时完成工作。
谢谢
could you, please, point me to some working xml -> json translation library for node.js?
A SAX-styled would be preferable to get things done while the xml file is still receiving.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
https://github.com/isaacs/sax-js
https://github.com/isaacs/sax-js
您可以尝试 xml2js。我自己尝试过,但是对于非常简单的 xml,所以我不确定它是否会在“xml 文件仍在接收时”工作。
You can try xml2js. I've tried it myself, but for 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
但它可以与 DOM 一起使用。
http://code.google.com/p/x2js
But it working with DOM.