how to source a global document-to-fo.xsl from my local one?

2009-02-26 Thread EMMEL Thomas
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:

Re: how to source a global document-to-fo.xsl from my local one?

2009-02-26 Thread EMMEL Thomas
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

Re: how to source a global document-to-fo.xsl from my local one?

2009-02-26 Thread EMMEL Thomas
Title: Re: how to source a global document-to-fo.xsl from my local one? Ross, finally I managed what I liked to do: I added  xsl:include href="" / to my local document-to-fo.xsl and     match pattern="globalpdf.transform.*.*"   location src=""/     /match to my locationmap So,

Re: how to source a global document-to-fo.xsl from my local one?

2009-02-26 Thread Tim Williams
On Thu, Feb 26, 2009 at 7:37 AM, EMMEL Thomas thomas.em...@3ds.com wrote: Ross, finally I managed what I liked to do: I added xsl:include href=lm://globalpdf.transform.document.fo / to my local document-to-fo.xsl and match pattern=globalpdf.transform.*.* location