Skip to main content
GameDev.net gamedev.net
๐Ÿ”’ Locked

Changing text in tinyxml

Started by Mizipzor Sep 7, 2008 at 7:57 AM 0 replies 4.9k views
Original Post
Mizipzor
Mizipzor
I have TiXmlElement looking like this:

<node>
   <text>replaceme</text>
</node>

I want to change the text "replaceme". I now how to do this if I create the element from scratch. But now I have an existing element that I want to change prior to saving it to the file. I cant find the tixml function that lets me do this, anyone care to help?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.