Original Post
I have TiXmlElement looking like this: 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?
<node>
<text>replaceme</text>
</node>