Re: Using String for XML source

2002-12-21 Thread Oleg Tkachenko
Joannes Capitanio wrote: I'd like to generate xml string from a different source ( using directly some class instead of reading from a file and creating a String variable )... my xml source doen't inclusde any reference to external source... so Joannes, please turn off html mode in your Outlook

RE: Using String for XML source

2002-12-20 Thread Francis, Ronald
);    driver.run();   Cheers, Ronald -Original Message-From: Joannes Capitanio [mailto:[EMAIL PROTECTED]Sent: Friday, December 20, 2002 7:34 AMTo: [EMAIL PROTECTED] Apache. OrgSubject: Using String for XML source   I'd like to generate xml string from a different source (

Re: Using String for XML source

2002-12-20 Thread Fabrizio Tringali
For me this work on 0.20.5rc         File xslt = new File ("some.xsl");    File pdf = new File("some.pdf");    String xml = createXML();     //Construct driver    org.apache.fop.apps.Driver driver = new org.apache.fop.apps.Driver();    //Setup logger    Logger

Using String for XML source

2002-12-20 Thread Joannes Capitanio
  I'd like to generate xml string from a different source ( using directly some class instead of reading from a file and creating a String variable )...  my xml source doen't inclusde any reference to external source... so I tryed to open result using a StringReader... but a lot of exception