Hello.
I'm trying to figure out how to get the value between two tags of an XML text that is being parsed in objective c.
For example, if you have:
<tag>thetext</tag>
I want to be able to get thetext
This seems impossible with the NSXMLParser class or its delegate.
Any help would be appreciated. Thanks!