Symphonious

Living in a state of accord.

  • Jochen Wiedmann says:

    What’s the advantage over the standard transformer handler ( http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/transform/sax/TransformerHandler.html )

    April 16, 2009 at 11:01 am
  • Adrian Sutton says:

    It doesn’t require creating an XSLT identity transform. I was looking for this the other day particularly so that I can parse an XML file and feed the SAX events through a pipeline of filters that might change them and finally get XML back at the end. I think I worked out a way to plug a transform handler in at the end of that in the end but I’m hoping (haven’t tried) the XmlSerializer class will be simpler to setup and not require a bunch of factories etc.

    It might pan out to be just as difficult, I’m not sure – I really just wanted to note the URL so I could look into it properly later.

    April 16, 2009 at 11:05 am

Your email address will not be published. Required fields are marked *

*