gpt4 book ai didi

ios - 在 ios 中使用 nsxmlparser 检索 xml 文件

转载 作者:行者123 更新时间:2023-11-28 22:36:30 24 4
gpt4 key购买 nike

我在 ios 中通过 nsxmlparser 读取 xml 文件时遇到问题,

<PRODUCTS>
<PRODUCTSLIST>
<PRODUCTDETAILS>
<headertext> test header </headertext>
<description><b style="font-size: x-small;">product, advantages</b></description>
</PRODUCTDETAILS>
</PRODUCTSLIST>
</PRODUCTS>

当我使用 nsxmlparser 读取文件时,我能够获取 headertext 的值(测试 header ),但是 description 属性值包含 html 标签,所以我无法获取结果 (<b style="font-size: x-small;">product, advantages</b>)我得到的结果是空的我怎样才能得到 description 属性的结果( (<b style="font-size: x-small;">product, advantages</b>) )?

最佳答案

从开发人员的角度来说,我不建议使用 NSXMLParser,因为它是解析 XML 文件的费力方法。关于 choosing the right XML Parser 有一篇很棒的文章.

我使用 KissXML经常。您可以找到使用它的戒烟教程here .

希望这对您有所帮助。

关于ios - 在 ios 中使用 nsxmlparser 检索 xml 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15828153/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com