From 4b6e1a7bbbc92cf489bcadfcf8cf323db6b3d762 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Mon, 16 Dec 2013 22:08:49 +0800 Subject: [PATCH] Use Xerces-C for DTD validation --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );