You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/11/30 05:18:05 UTC

svn commit: r349874 - /xerces/java/trunk/tests/thread/Test.java

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org