Klaus Malorny <[EMAIL PROTECTED]> wrote on 11/24/2006 03:40:16 AM: > Michael Glavassevich wrote: > > Hi everyone, > pecifically, the changes introduced in this release are: > > > > * Migrated the DOM Level 3 serialization support onto a common > > serialization codebase shared with Xalan and deprecated Xerces' native
> > serializer. [Neil Delima, Michael Glavassevich] > > > > Hi, > > do I understand this correctly that there is no longer an "offical" > support for > a SAX based serializer or do I miss something? There's been one in JAXP for a very long time. Take a look at SAXTransformerFactory.newTransformerHandler() [1] and TransformerHandler [2]. If for some reason you need a lower level API, you could always use the Xalan serializer (which ships with Xerces now) [3] directly. It evolved from Xerces' serializer, has been better maintained and over the years there's been a significant effort to improve its performance and fix bugs. > Regards, > > Klaus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] [1] http://xerces.apache.org/xerces2-j/javadocs/api/javax/xml/transform/sax/SAXTransformerFactory.html#newTransformerHandler() [2] http://xerces.apache.org/xerces2-j/javadocs/api/javax/xml/transform/sax/TransformerHandler.html [3] http://xml.apache.org/xalan-j/apidocs/org/apache/xml/serializer/package-summary.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]