i
would *love* this. i gave it a quick try, but hit enuff problems to not
just change everything...
i'd be
very willing to help out... please let me know if you plan to pursue
this.
dave
-----Original Message-----
From: James Bates [mailto:[EMAIL PROTECTED]
Sent: Monday, May 13, 2002 2:00 AM
To: [EMAIL PROTECTED]
Subject: XML serializingBeen 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
