开发者

HTML tags in XML file, how to ignore HTML tags while XML parsing

Thanks in advance,

I am using NSXMLParser to parse xml file, in my application,

my xml file is like this

< item > < ID > 123456 < /ID > < category > Films < /category > < Heading > HollyWood films < /Heading > < Author > samule < /Author > < imageFull > http://tree_one.jpg < /imageFull > < contentFull > New York, the stars will fly to Las Vegas for another one. On New Year’s eve no shoot because it’s been left free for partying. < strong > Costly choices < /strong > < b > A source < /b > adds that Sajid wants to make up for the missed family < br >time by allowing them to have a blast without bothering about anything. < /contentFull > < PubDate > Monday, 14 December 2009 < /PubDate > < /item >

my question is when 开发者_运维问答i get the content in < contentFull > tag, it is not coping the content to the string. i think because of the internal HTML tags its not getting the content.

how can i solve this, to ignore HTML tags to perform as mentioned in the xml file(bold, break, strong,... etc).

plz guide me, is it possible in NSXMLParser?,


Use <![CDATA[<html> ... </html> ]]

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜