You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Olivier Buisard <ol...@codegreenmd.com> on 2002/03/19 19:07:18 UTC

XML string input

I would like to transform an XML string instead of an XML file. Is it
possible? (maybe through 'InputSource'?)

Thanks for any help,

 

Olivier.


Re: XML string input

Posted by Raj Kumar Kundu <ra...@anshinsoft.com>.
Yes it is possible.
u just write new org.xml.sax.InputSource(new java.io.StringBufferInputStream(String xmlString);

i hope, it will solve ur problem.

Cheers
Raj
  ----- Original Message ----- 
  From: Olivier Buisard 
  To: fop-user@xml.apache.org 
  Sent: Tuesday, March 19, 2002 11:37 PM
  Subject: XML string input


  I would like to transform an XML string instead of an XML file. Is it possible? (maybe through 'InputSource'?)

  Thanks for any help,

   

  Olivier.