diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 4fd83b4..aadb073 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -3903,7 +3903,7 @@ void MyFrame::OnValidateSchema ( wxCommandEvent& event ) // branch: if no XML Schema found, use LibXML DTD parser instead // so the catalog is read - switch when Xerces-C implements // XMLCatalogResolver -#ifdef __WXMSW__ +#if 0 { std::string rawBuffer; getRawText ( doc, rawBuffer );