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 2006/11/19 19:14:47 UTC

svn commit: r476864 - /xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java

Author: mrglavas
Date: Sun Nov 19 10:14:47 2006
New Revision: 476864

URL: http://svn.apache.org/viewvc?view=rev&rev=476864
Log:
Adding a comment about the deprecated serializer.

Modified:
    xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java

Modified: xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java?view=diff&rev=476864&r1=476863&r2=476864
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java Sun Nov 19 10:14:47 2006
@@ -412,6 +412,8 @@
             return (LSSerializer) serializerClass.newInstance();
         }
         catch (Exception e) {}
+        // Fall back to Xerces' deprecated serializer if 
+        // the Xalan based serializer is unavailable.
         return new DOMSerializerImpl();
     }
     



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