Author: mrglavas
Date: Tue Nov 29 20:18:01 2005
New Revision: 349874
URL: http://svn.apache.org/viewcvs?rev=349874&view=rev
Log:
Explicitly set the schema-type on the DOMConfiguration to
"http://www.w3.org/2001/XMLSchema".
Modified:
xerces/java/trunk/tests/thread/Test.java
Modified: xerces/java/trunk/tests/thread/Test.java
URL:
http://svn.apache.org/viewcvs/xerces/java/trunk/tests/thread/Test.java?rev=349874&r1=349873&r2=349874&view=diff
==============================================================================
--- xerces/java/trunk/tests/thread/Test.java (original)
+++ xerces/java/trunk/tests/thread/Test.java Tue Nov 29 20:18:01 2005
@@ -227,6 +227,7 @@
CoreDocumentImpl core = (CoreDocumentImpl) doc;
DOMConfiguration config = core.getDomConfig();
config.setParameter("validate", Boolean.TRUE);
+ config.setParameter("schema-type",
"http://www.w3.org/2001/XMLSchema");
core.normalizeDocument();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]