I need something like this:
<xmlData><elementA> (*) </elementA></xmlData>
(*) <xmlData2><elementB>HelloWorld</elementB></xmlData2>
How can I insert the (*) xml string to the placeholder in xmlData (well formed XML)? (parsed with tinyXML in C++)
Thank you very much!