Author: thorsten
Date: Sun Feb 17 16:43:39 2008
New Revision: 628590
URL: http://svn.apache.org/viewvc?rev=628590&view=rev
Log:
Adopting new fo stylesheets by using helper stylesheets whereever possible.
Still some error to fix but the fresh site builds again
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl?rev=628590&r1=628589&r2=628590&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
Sun Feb 17 16:43:39 2008
@@ -24,7 +24,9 @@
<fo:layout-master-set>
<xsl:copy-of select="/fo/layout-master-set/*"/>
</fo:layout-master-set>
- <xsl:copy-of select="/fo/fox/outline/*"/>
+ <fo:bookmark-tree>
+ <xsl:copy-of select="/fo/bookmark-tree/*"/>
+ </fo:bookmark-tree>
<fo:page-sequence master-reference="book">
<xsl:for-each
select="//fo:static-content[generate-id()=generate-id(key('static-content',
@flow-name))]">
<xsl:sort select="@flow-name"/>