本文介绍了如何使用NSXML解析来解析此类数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我应该如何解析属性中包含CDATA的数据?

How should i parse data which contains CDATA in the Attribute?

推荐答案

如果可以的话,我真的建议将其转换为JSON数据.JSON框架易于使用.否则,我建议使用TouchXML类(但我认为它们有点复杂,因为它们返回具有属性的元素,而不是普通的NSDictionaries和NSArrays).

If you could, I'ld really suggest converting this to JSON-data. The JSON-framework is lots easier to use.Else, I'ld suggest to use the TouchXML-classes (but they're a bit complicated in my opinion because they return elements with attributes instead of plain NSDictionaries and NSArrays).

TouchXML: http://code.google.com/p/touchcode/wiki/TouchXML

TouchXML: http://code.google.com/p/touchcode/wiki/TouchXML

JSON框架: http://code.google.com/p/json-框架/

这篇关于如何使用NSXML解析来解析此类数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 22:54