Use Xerces-C for DTD validation

This commit is contained in:
Zane U. Ji 2013-12-16 22:08:49 +08:00
parent 4f97286f5e
commit 4b6e1a7bbb
1 changed files with 1 additions and 1 deletions

View File

@ -3903,7 +3903,7 @@ void MyFrame::OnValidateSchema ( wxCommandEvent& event )
// branch: if no XML Schema found, use LibXML DTD parser instead // branch: if no XML Schema found, use LibXML DTD parser instead
// so the catalog is read - switch when Xerces-C implements // so the catalog is read - switch when Xerces-C implements
// XMLCatalogResolver // XMLCatalogResolver
#ifdef __WXMSW__ #if 0
{ {
std::string rawBuffer; std::string rawBuffer;
getRawText ( doc, rawBuffer ); getRawText ( doc, rawBuffer );