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

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 andcreating 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

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 logger = new