|
Updated priority and title to better reflect the issue.
Sorry, should have been more specific. I am using the docbook stylesheets (http://docbook.sourceforge.net/projects/xsl/index.html), and my own pipeline.
<map:pipeline> <map:match pattern="design.pdf"> <map:generate src="{project:content.xdocs}design.xml"/> <map:transform src="resources/stylesheets/docbook/fo/docbook.xsl"/> <map:serialize type="fo2pdf"/> </map:match> </map:pipeline> I know, this is my problem and not forrest's, but adding the fo2pdf serializer is something that people need to be aware of when upgrading from 0.6 to 0.7. But I guess http://forrest.apache.org/0.7/docs/faq.html#docbook a sufficient hint... Added note to look into the plugin.
I think that you closed this issue too early Thorsten. Please see Ross' comments on 18/Jun/05 ... the whole document needs attention. I added a note to issue FOR-922 to cover it.
|
||||||||||||||||||||||||||||||||||||||||||||||||
The document you reference is intended to help people understand how the forrest sitemaps work so that they can learn how to extend them.
However, with the creation of plugins this document is largely outdated. It should be updated to reflect the use of, and creation of, plugins.