summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/performance/parsing.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-25 10:48:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-25 10:48:20 +0200
commite8c564ba614889b0aa80fae0f66ee932f87decb0 (patch)
tree386fd15926e437b9293ca64b096c61b85ffd156e /examples/cxx/tree/performance/parsing.cxx
parent146ab861b7e9a648460314eab42378bbe27caf14 (diff)
Disable loading of external schemas
Diffstat (limited to 'examples/cxx/tree/performance/parsing.cxx')
-rw-r--r--examples/cxx/tree/performance/parsing.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cxx/tree/performance/parsing.cxx b/examples/cxx/tree/performance/parsing.cxx
index b7413a7..f68b57c 100644
--- a/examples/cxx/tree/performance/parsing.cxx
+++ b/examples/cxx/tree/performance/parsing.cxx
@@ -111,6 +111,7 @@ parsing (const char* file, unsigned long iter, bool validate)
eh.throw_if_failed<xml_schema::parsing> ();
conf->setParameter (XMLUni::fgXercesUseCachedGrammarInParse, true);
+ conf->setParameter (XMLUni::fgXercesLoadSchema, false);
}
else
{