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/21 18:20:32 UTC

svn commit: r477758 - /xerces/java/trunk/docs/faq-dom.xml

Author: mrglavas
Date: Tue Nov 21 09:20:32 2006
New Revision: 477758

URL: http://svn.apache.org/viewvc?view=rev&rev=477758
Log:
Updating the DOM serialization FAQ. Xerces' native serializer is deprecated now.

Modified:
    xerces/java/trunk/docs/faq-dom.xml

Modified: xerces/java/trunk/docs/faq-dom.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-dom.xml?view=diff&rev=477758&r1=477757&r2=477758
==============================================================================
--- xerces/java/trunk/docs/faq-dom.xml (original)
+++ xerces/java/trunk/docs/faq-dom.xml Tue Nov 21 09:20:32 2006
@@ -124,7 +124,8 @@
       </p>
 
       <p>
-	You can also serialize a DOM tree by using the Xerces <code>org.apache.xml.XMLSerializer</code> serialization code directly.  This is a non-standard way of serializing a DOM and should be avoided:
+	It is also possible to serialize a DOM tree by using the Xerces <code>org.apache.xml.XMLSerializer</code> serialization code directly.  
+	This non-standard way of serializing a DOM has been <strong>deprecated</strong> since Xerces-J 2.9.0 and should be avoided.
       </p>
       <source>import org.apache.xml.serialize.OutputFormat;
 import org.apache.xml.serialize.XMLSerializer;



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