使用什么来进行跨浏览器 XML 处理?
我已经有一段时间没有更新网络开发方面的内容了,所以请耐心等待。
现在人们在浏览器中使用什么来处理 XML?我记得Sarissa几年前很火。但今天是 jQuery 接管了还是别的什么?或者仍然是很好的旧 JavaScript 和浏览器检查代码?
I haven't been updated for a while on the web development so bear with me.
What are people using nowadays for XML handling in browsers? I can rember that Sarissa was hot some years ago. But today is jQuery that has taken over or something else? Or is still good old JavaScript and browser checking code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只是想解析或遍历 XML,那么 jQuery 就可以胜任这项任务。我会推荐它作为起点。
If you are just looking to parse or traverse XML, then jQuery is more than up the task. I would recommend it as a starting point.