XSLTInputHandler constructor for InputSources?

2001-09-28 Thread Rob Heittman
Would it cause problems to provide an alternate constructor for XSLTInputHandler ... ? XSLTInputHandler(InputSource xmlsource, InputSource xsltsource) in addition to: XSLTInputHandler(File xmlfile, File xsltfile) I am working with XML which is streamed directly out of a repository, not a

Re: XSLTInputHandler constructor for InputSources?

2001-09-28 Thread Matt Savino
I am in the exact same situation as far as my xml source. I've currently been using a DOM XSLT transform and sending that result to FOP. I built the latest CVS so I could try SAX (since the SAX input is broken in .20.1). But as you'll see below, the times seem about the same. I also don't know