Create a stream over your XML, InputStream xmlStream = new StringBufferInputStream(strXML);
then create an Input Source
new InputSource(xmlStream);
"Olivier Buisard"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
eenmd.com> cc:
Subject: XML string input
20/03/2002 05:07 AM
Please respond to
fop-user
I would like to transform an XML string instead of an XML file. Is it
possible? (maybe through 'InputSource'?)
Thanks for any help,
Olivier.
