Re: [Sax-devel] Should I use sax?
Brought to you by:
dmegginson
From: <mik...@ho...> - 2006-05-23 20:47:53
|
Michael Glavassevich wrote: > If you're writing new code, I would avoid using Xerces' native > serializers. They are non-standard, not particularly well maintained and > likely to be deprecated [1] soon (perhaps in the next release). JAXP's > TransformerHandler [2] is a much better choice for serializing SAX events. The serialization code in JAXP is from Xalan (the XSLT processor). It has some problems and gives different results in Java 1.4 and 1.5 in some cases. To overcome these problems, I have made my own SAX2 XML serializer, Xouds. Xodus is part of the open source project LSP which can be found here: http://sourceforge.net/projects/lspx/ |