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_FILE.fo)

um ... ok, i really should have deduced that.  argh.  thanks.

rday


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the command line.
Hope this helps!
Web Maestro Clay
Robert P. J. Day wrote:
  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
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]