Hi, I'm trying to create a PDF that contains the content of one of my tabs, using the Forrest 20050901104003 snapshot.
I followed the instructions in http://forrest.apache.org/docs_0_80/howto/howto-pdf-tab.html. One thing that wasn't really clear was how to modify an existing sitemap.xmap (generated by forrest seed). I ended up with ... <map:match pattern="**.xml"> <!-- pdf-tab definitions --> <map:match pattern="pdf-tab.xml"> <map:mount uri-prefix="" src="pdf-tab.xmap" check-reload="yes" /> </map:match> <!-- end of pdf-tab definitions --> <map:call resource="transform-to-document"> <map:parameter name="src" value="{project:content.xdocs}{1}.xml" /> </map:call> </map:match> ... Now, when I click on the tab link in the navigation menu, I'm getting the following error message: Message: null Description: No details available. Sender: org.apache.cocoon.servlet.CocoonServlet Source: Cocoon Servlet Request URI: pdf-tab.html cause: [my local dir]\resources\stylesheets\site2book.xsl (Das System kann die angegebene Datei nicht finden) Indeed that file does not exist, but I thought that some fallback mechanism would use the file inside the forrest installation. Is it really necessary to copy all those stylesheets into my project? When I do this a PDF is generated, but the toplevel pages are subsections of chapter 1. How can I number my chapters 1, 2, 3 instead of 1.1, 1.2, 1.3? On a related note, the pdf-tab howto states that "In the future, this ability will probably be incorporated into the main Forrest process". Is there some Jira issue I can use to track this? Thanks, Lars
