mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
no message
This commit is contained in:
parent
ac90b206a6
commit
3bb32e1a17
1 changed files with 4 additions and 4 deletions
|
@ -245,10 +245,10 @@ class xerces_wrapper : public SAX::basic_ProgressiveParser<string_type>
|
|||
} // makeStringT
|
||||
|
||||
XMLCh* asXMLChString(const string_type& s) const
|
||||
{
|
||||
std::string str = base::asStdString(s);
|
||||
return XERCES_CPP_NAMESPACE::XMLString::transcode(str.c_str());
|
||||
} // asXMLChString
|
||||
{
|
||||
std::string str = base::asStdString(s);
|
||||
return XERCES_CPP_NAMESPACE::XMLString::transcode(str.c_str());
|
||||
} // asXMLChString
|
||||
}; // class xerces_string_adaptor
|
||||
|
||||
///////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue