开发者

how to parse xml tags in iphone

i have xml tag like this.

<rule开发者_运维技巧_heading>
Add 
<rule_heading_italic>ing</rule_heading_italic>
 when the verb ends in . . . 
</rule_heading>

when i parse rule_heading tag it adds "when the verb ends in..." only. i want to add the data between the rule_heading starting and ending tag. how can i do this?

Thanks in advance


Is this through NSXMLParser?

The should be parsed as two different text blocks, I believe.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜