Ross Gardler schrieb:
>
> 2009/2/26 EMMEL Thomas <thomas.em...@3ds.com>:
> > Hi,
> >
> > I use 0.9dev but I think this applies to all versions:
> >
> > I use a local document-to-fo.xsl to change the output to pdf.
> > However, I don't like to copy the complete global *fo.xsl files
> found in the
> > plugin (org.apache.forrest.plugin.output.pdf) and like to source
> them in
> > my xsl-file like this:
> >
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> >                xmlns:fo="http://www.w3.org/1999/XSL/Format";
> >                version="1.0">
> >
> > <xsl:import
> >
> href="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl"/>
>
>
> http://forrest.apache.org/docs_0_90/your-project.html#skins
>
Ross,

do I understand you correct:
This means I cannot import the global files, I need to copy them first
and then reference them by
../../../somewhere/etc/blabla
There is nothing like using variables?

Thanks

Thomas