在node.js中将xml翻译为json

发布于 2024-12-25 14:49:43 字数 96 浏览 0 评论 0原文

请您给我指出一些有效的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

七秒鱼° 2025-01-01 14:49:43

您可以尝试 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".

百变从容 2025-01-01 14:49:43

http://code.google.com/p/x2js
但它可以与 DOM 一起使用。

http://code.google.com/p/x2js
But it working with DOM.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文