| 1434 | return LoadFile( filename.c_str(), encoding ); |
| 1435 | } |
| 1436 | bool SaveFile( const std::string& filename ) const ///< STL std::string version. |
| 1437 | { |
| 1438 | return SaveFile( filename.c_str() ); |
| 1439 | } |
| 1440 | #endif |
| 1441 | |
| 1442 | /** Parse the given null terminated block of xml data. Passing in an encoding to this |