Page 1 of 1

how to read 2 xml files and xsl file in XSLTInputHandler....

Posted: Sun Feb 05, 2006 1:23 pm
by JANA
Hi...

I have done some modifications in userconfig.xml file (fop/lib/userconfig).

In command prompt i have run like this:

fop -c D:\xmlpdf\fop-0.20.5-bin.tar\fop-0.20.5\conf\userconfig.xml -xml xmloutput2.xml -xsl xslfo.xsl -pdf test.pdf

but i have written a java file., in tht XSLTInputHandler method accepts only 2 parameters.
how to add my config.xml file.... plz give the solution

jana.

Posted: Mon Feb 06, 2006 10:57 am
by george
Hi Jana,

I do not know exactly what you mean but ingeneral if you want to access 2 XML files from XSLT then you can do that using the document function. Or, if you want you can combine the two XML into one file using entities for instance or XInclude.

Best Regards,
George