hi to all,
I've some trouble getting data from xml tags.
Example: <data>I wish this data</data>.
If I have only a text data between tags, there's no problems.
But I've multiple text data between tags, and I can't get this.
someone know how to do?
thanks[/code]
I had the same problem and couldn't figure it out. I decided to use tinyXML instead and that works fine. However, if there was anyone out there with a solution - I would appreciate.