Hi, is it possible to send std::string to TiXmlDocument directly without needing to save/load to a file? I can hack this in easily enough, but want to make sure I'm not missing an existing implementation (and I'm lazy :) ).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, is it possible to send std::string to TiXmlDocument directly without needing to save/load to a file? I can hack this in easily enough, but want to make sure I'm not missing an existing implementation (and I'm lazy :) ).
My monitoring of this forum was off...missed quite a few messages! Sorry all.
operator >>(<<? I can never keep them straight) to a string is supported in the most current release version.
lee