Hi,
I'd like to create the following xml message using TinyXml:
<root> <child> <![CDATA[ <stuff /> ]] </child> </root>
Any ideas on how I could do that?
Doh, nevermind Someone should update the online docs. :-)
Log in to post a comment.
Hi,
I'd like to create the following xml message using TinyXml:
<root>
<child>
<![CDATA[ <stuff /> ]]
</child>
</root>
Any ideas on how I could do that?
Doh, nevermind Someone should update the online docs. :-)