IOS5下objective-c中的XML解析
我是IOS应用程序开发的新手。
我现在必须解析 XML 文档,正如我所见,IOS 5 提供了 NSXMLParser,它允许委托以事件驱动的方式解析 XML 文档。这个平台没有“正常”的 -DOM- XML 解析方式吗?我想做一个简单的方法,输入一个非常简单的 XML 作为字符串,并返回一个根据输入 XML 中的数据计算得出的字符串。我现在不需要这个委托,它只是让我的生活更加艰难,我不想从我的方法、事件处理程序等中得到任何东西。
谢谢!
I am newbie to IOS application development.
I have to parse an XML document now and as I see IOS 5 provides NSXMLParser, that enables to parse XML documents in an event driven way by delegates. Isn't there a 'normal' -DOM- way of XML parsing for this platform? I'd like to make a simple method, that inputs a very simple XML as string and gives back a string that is calculated from the data can be found in the input XML.I don't need this delegating thing now, it just make my life harder, I don't wanna anything out of my method, event handlers etc.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用名为 TBXML 的更简单的库 - http://www.tbxml.co.uk/ TBXML/TBXML_Free.html
Why not use a simpler library called TBXML - http://www.tbxml.co.uk/TBXML/TBXML_Free.html