Remove all xml tags from a std::string

Christopherrrrr

New Member
I have a \[code\]std::string xmlString = "<out><return>Hello</return></out>"\[/code\] and I want toremove all of the tags! (without an additional library, except tinyXML -> already loaded)result -> HelloThx
 
Back
Top