Title: XML serializing
+1
 
Kurt
----- Original Message -----
Sent: Monday, May 13, 2002 5:00 AM
Subject: XML serializing

Been investigating the issue of XML serializing, which seems to happen in too many different in too many
places in Xindice. Xerces contains a good serialization implementation in the org.apache.xml.serialize package:
It CORRECTLY handles namespaces, intl character encodings, indenting when required etc...

The interfaces are identical in Xerces 1.xxx and Xerces 2.xxx so there isn't really a risk here either.

Would you guys accept if I investigated moving Xindice to this more standard method of serializing, thus doing away
with StringSerializer and TextWriter classes in the Xindice code?

James

Reply via email to