Subject: RE: Can Saxon create intermediate XSL-FO files ?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 3 Feb 2007 15:23:24 -0000
|
XSL-FO is just an XML vocabulary.
Any XSLT processor (Saxon included) can generate output conforming to any
XML vocabulary (XSL-FO included).
Of course you will need an XSL-FO processor to turn the XSL-FO document into
something else like PDF.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Ben Stover [mailto:bxstover@xxxxxxxxxxx]
> Sent: 03 February 2007 14:48
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Can Saxon create intermediate XSL-FO files ?
>
> Assume I apply a XSL-FO stylesheet onto a XML document.
>
> Other XML tools mostly create immediately the target (e.g.
> pdf file) without creating the intermediate XSL-FO file first.
>
> Does Saxon provide an option to create this intermediate XSL-FO file ?
>
> Are XSL-FO stylesheets insofar treated as "normal" XSLT stylesheets ?
>
> Ben
>
>
>
>
>
>
>
>
>
>
> ___________________________________________________________
> The all-new Yahoo! Mail goes wherever you go - free your
> email address from your Internet provider.
> http://uk.docs.yahoo.com/nowyoucan.html
|