Re: can FOP generate .fo from the original XML?

2003-03-12 Thread Robert P. J. Day
On Tue, 11 Mar 2003, Clay Leeds wrote: > Robert, > > FOP uses XALAN to do its XSLT processing. Using xalan.bat (it's in the > BINARY of 0.20.5rc2 and I think the SOURCE, too), you can output to FO. > > The command line is: > >xalan.bat -in (XML_FILE.xml) -xsl (XSL_FILE.xsl) -out (NEW_FO_FI

Re: can FOP generate .fo from the original XML?

2003-03-12 Thread Clay Leeds
Robert, FOP uses XALAN to do its XSLT processing. Using xalan.bat (it's in the BINARY of 0.20.5rc2 and I think the SOURCE, too), you can output to FO. The command line is: xalan.bat -in (XML_FILE.xml) -xsl (XSL_FILE.xsl) -out (NEW_FO_FILE.fo) For more information, simply run "xalan.bat" from th

can FOP generate .fo from the original XML?

2003-03-11 Thread Robert P. J. Day
from its command-line options, it appears that FOP can take the original XML and XSL and go straight to PDF. can i have it just generate the .fo file instead? as far as i can see, the "-fo" option is strictly for referring to the .fo input file. is this correct? rday