Besides Chris' answer, I would also recommend switching to JAXP. Look at our examples on this page:
http://xml.apache.org/fop/embedding.html Also, please remember to unsubscribe from the FOP user lists (as well as any other) when you go on vacation, so we don't receive your "out of the office" messages. Thanks, Glen --- Andrew S Moy <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > The constructor of > org.apache.fop.apps.XSLTInputHandler takes the XML > file > and XSL file. I was wondering if anyone knows other > XSLTInputHandler which > takes some source of input stream objects. This way > we don't have to write > the data to a physical file and knowing that it will > be read again from the > InputHandler. Reading/writing from/to a physically > media is always slower > that from/to the system memory. > > Thanks, > > > Andy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
