Ross Gardler schrieb: > > 2009/2/26 EMMEL Thomas <[email protected]>: > > Ross, > > > > finally I managed what I liked to do: > > I added > > > > <xsl:include href="lm://globalpdf.transform.document.fo" /> > > Yes, that works. I forgot we added that. Can you please update the > docs and provide a patch. But you don't need to add anything to your > locationmap, see > http://forrest.apache.org/docs_0_80/locationmap.html#namingConvention > > So it should be (I've not checked that the PDF plugin conforms to the > naming convention: > > <xsl:include href="lm://pdf.transform.document.fo" /> > > (just for completeness, the old method does allow the inclusion of > global files as the plugin and skins files are copied by Forrest into > a single location when forrest is run, thus relative paths work > regardless of where the source comes from). > > > So, how can I add patches to the documentation? Should I send that > to the > > list, to you or submit it by svn??? > > http://forrest.apache.org/contrib.html > > Ross > Ross,
no that will not work, since I call it from document-to-fo.xsl: (StylesheetHandler) file:///home/emmel/...../xslt/fo/document-to-fo.xsl is directly or indirectly including itself! I need to go the 'globalpdf'-way. Thomas
