Hi!
Look into the API-Doku!
There is a constructor:
public Driver(org.xml.sax.InputSource source,
java.io.OutputStream stream)
And if you look into org.xml.sax.InputSource there is:
InputSource(InputStream byteStream)
Create a new input source with a byte stream.
InputSource(Reader characterStream)
Create a new input source with a character stream.
InputSource(String systemId)
Create a new input source with a system identifier.
So there is no problem!!!
Greetings
Christian
-----Urspr�ngliche Nachricht-----
Von: Ursprung Manfred [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 12. Oktober 2001 11:52
An: Fop-Liste (E-Mail)
Betreff: startin Fop with Stream objects
I use Fop in a servlet to generate PDF output from dynamic generated data.
To start fop in a servlet xml &xsl resource have to be a file (according to
FAQ).
So I have to store my dynamic xml data in a file.
But I want my Java Stream object to be passed to Fop.
Is it possible ?
Is it on todo list ?
- Manfred
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]