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
);
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 (
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
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