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.
精彩评论