|
It depends on how you compile TinyXML, if you don't want TinyXML to use std::string then just don't define TIXML_USE_STL anywhere its that simple. If you read the documentation I linked to you would see that. All methods that say they take a std::string will take a const char* if you don't define TIXML_USE_STL.
|