Re: [VOTE]: Internal switch from XSLTInputHandler to JAXP

2003-07-21 Thread Jeremias Maerki
+1 in general to move away from InputHandler to JAXP, but please not this way! This is a performance and memory usage nightmare. Don't buffer the intermediate result. Please use SAX to pipe the XSLT output directly over to FOP. Even better, get rid of InputHandler alltogether and work with JAXP ful

[VOTE]: Internal switch from XSLTInputHandler to JAXP

2003-07-21 Thread Glen Mazza
Team, For internal xml/xslt -> fo translation, we are currently using XSLTInputHandler in three places: CommandLineOptions, FopPrintServlet and TestConverter.java. (TraxInputHandler isn't being used internally.) I would like us to switch from XSLTInputHandler to JAXP. For CommandLineOptions, I