有人能给我一个用libxml2解析xml文件的例子吗?
<item>
<title>Turtle</title>
<type>Reptile</type>
</item>
<item>
<title>Dog</title>
<type>Mammal</type>
</item>
我花了很多时间寻找解决办法,但找不到。不过,我已经成功地将框架和头添加到源路径。 非常感谢你的建议。
Best Answer-推荐答案 strong>
通过这个链接,你将成为XML解析专家, Ultimate parsing blogpost by Ray Related sample code from Apple
关于objective-c - 使用Obj-C,Xcode和libxml2的简单libxml2 XML解析示例?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/10834903/
|