用于 xml 的 NSXMLParser!为什么这么难用?有简单的方法吗?
在过去的几个小时里,我已经厌倦了使用 NSXMLParser。
我了解它的部分运作方式。
为什么哦为什么!这有那么难吗?有没有一种简单的方法可以做到这一点,比如只需命名标签并获取内容?
哦,我多么想念 .Net 中的 XmlDocument 对象。
谢谢一百万。
For the last few hours I have tired to get my head around using NSXMLParser.
I understand parts of how it works.
WHY Oh WHY! is this so hard? Is there an easy way to do it, like just name the tag and get the contents?
Oh how I miss XmlDocument object from .Net.
Thanks a million.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不尝试 NSXMLDocument 代替?有了它,您可以使用 xpath 做您想做的事情。查看文档或此示例代码:http://developer.apple.com/mac/library/iPad/index.html#samplecode/XMLBrowser/Introduction/Intro.html%23//apple_ref/doc/uid /DTS40008875
Why don't you try NSXMLDocument instead? With it you can do the kind of things you want using xpaths. Check out the docs or this sample code : http://developer.apple.com/mac/library/iPad/index.html#samplecode/XMLBrowser/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40008875