开发者

how to parse xml tags in iphone

开发者 https://www.devze.com 2023-01-28 18:57 出处:网络
i have xml tag like this. <rule开发者_运维技巧_heading> Add <rule_heading_italic>ing</rule_heading_italic>

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

精彩评论

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