You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Stephen More <st...@gmail.com> on 2013/06/11 14:11:27 UTC

xsl:include or xsl:import examples

Does FOP work with xsl:include and/or xsl:import and xsl:call-template ?

If so are there any examples available ?

Re: xsl:include or xsl:import examples

Posted by Pascal Sancho <ps...@gmail.com>.
Hi,

FOP is an XSL-FO processor.
As a convenience, FOP distribution comes with Xalan, witch is an XSLT
processor, that is fully compliant with XSLT 1.0 recommendation.
So, yes, all xsl:* you cited can be used through FOP, given that this is
feeded to Xalan.

To get examples, you should read XSLT related sites, FOP doc only provides
XSL-FO examples. Refer to FOP links [1] & [2] for further information.

[1] http://xmlgraphics.apache.org/fop/resources.html#documents-xslt
[2] http://xmlgraphics.apache.org/fop/resources.html#XSLT-at-Mulberry-Tech


2013/6/11 Stephen More <st...@gmail.com>

> Does FOP work with xsl:include and/or xsl:import and xsl:call-template ?
>
> If so are there any examples available ?
>
>
>


-- 
pascal

RE: include or xsl:import examples

Posted by Fries Bogusław <bf...@dpd.com.pl>.
Hi,

xsl:include and/or xsl:import and xsl:call-template are realized by the XSL preprocessor BEFORE the FOP processing.

 

Bogusław Fries

 

________________________________

From: Stephen More [mailto:stephen.more@gmail.com] 
Sent: Tuesday, June 11, 2013 2:11 PM
To: fop-users@xmlgraphics.apache.org
Subject: xsl:include or xsl:import examples

 

Does FOP work with xsl:include and/or xsl:import and xsl:call-template ?

If so are there any examples available ?