1 #ifndef XERCES_STRINGS_H
2 #define XERCES_STRINGS_H
5 #include <boost/scoped_array.hpp>
6 #include <xercesc/util/XMLString.hpp>
32 boost::scoped_array<XMLCh> ptr(xercesc::XMLString::transcode(str));
43 boost::scoped_array<char> ptr(xercesc::XMLString::transcode(str));
55 #endif // #ifndef XERCES_STRINGS_H
std::basic_string< XMLCh > XercesString
Define an intermediate type.
XercesString fromNative(const char *str)
std::string toNative(const XMLCh *str)