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 2010/01/25 06:09:25 UTC

svn commit: r902708 - in /xerces/java/branches/xml-schema-1.1-dev/samples: dom/DOM3.java xs/QueryXS.java

Author: mrglavas
Date: Mon Jan 25 05:09:24 2010
New Revision: 902708

URL: http://svn.apache.org/viewvc?rev=902708&view=rev
Log:
Commenting out a couple of setProperty() calls which are always unnecessary with Xerces.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/samples/dom/DOM3.java
    xerces/java/branches/xml-schema-1.1-dev/samples/xs/QueryXS.java

Modified: xerces/java/branches/xml-schema-1.1-dev/samples/dom/DOM3.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/dom/DOM3.java?rev=902708&r1=902707&r2=902708&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/samples/dom/DOM3.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/dom/DOM3.java Mon Jan 25 05:09:24 2010
@@ -59,7 +59,7 @@
         try {
 
             // get DOM Implementation using DOM Registry
-            System.setProperty(DOMImplementationRegistry.PROPERTY,"org.apache.xerces.dom.DOMXSImplementationSourceImpl");
+            // System.setProperty(DOMImplementationRegistry.PROPERTY,"org.apache.xerces.dom.DOMXSImplementationSourceImpl");
             DOMImplementationRegistry registry =
                 DOMImplementationRegistry.newInstance();
 

Modified: xerces/java/branches/xml-schema-1.1-dev/samples/xs/QueryXS.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/xs/QueryXS.java?rev=902708&r1=902707&r2=902708&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/samples/xs/QueryXS.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/xs/QueryXS.java Mon Jan 25 05:09:24 2010
@@ -57,9 +57,9 @@
 
         try {
             // get DOM Implementation using DOM Registry
-            System.setProperty(
-                DOMImplementationRegistry.PROPERTY,
-                "org.apache.xerces.dom.DOMXSImplementationSourceImpl");
+            // System.setProperty(
+            //    DOMImplementationRegistry.PROPERTY,
+            //    "org.apache.xerces.dom.DOMXSImplementationSourceImpl");
             DOMImplementationRegistry registry = DOMImplementationRegistry.newInstance();
 
             XSImplementation impl = (XSImplementation) registry.getDOMImplementation("XS-Loader");



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org