problem with getNodeData()

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
alelink
Posts: 52
Joined: Tue Jan 20, 2004 8:32 pm
Location: Italy
Contact:

problem with getNodeData()

Post by alelink »

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]
wolfsb
Posts: 26
Joined: Sun Dec 26, 2004 1:51 pm
Location: Berlin, Germany

Post by wolfsb »

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.

wolfsb
Post Reply