Revision: 1457
Author: sebastien.lelong
Date: Mon Nov 2 22:43:31 2009
Log: show summary, bookowner, copydates on frontpage on PDF version
http://code.google.com/p/jallib/source/detail?r=1457
Modified:
/trunk/doc/dita/customization/demo/fo/Customization/fo/xsl/custom.xsl
=======================================
--- /trunk/doc/dita/customization/demo/fo/Customization/fo/xsl/custom.xsl
Fri Oct 30 08:55:29 2009
+++ /trunk/doc/dita/customization/demo/fo/Customization/fo/xsl/custom.xsl
Mon Nov 2 22:43:31 2009
@@ -3,7 +3,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.1">
- <!-- Remove text on links "on page XX" -->
+ <!-- Remove text on links "on page XX" -->
<xsl:template name="insertPageNumberCitation">
<xsl:param name="isTitleEmpty"/>
<xsl:param name="destination"/>
@@ -25,7 +25,7 @@
</xsl:call-template>
</fo:inline>
</xsl:when>
- <!-- following tutorial on customization, removing "on
page XX"
+ <!-- following tutorial on customization, removing "on page XX"
<xsl:otherwise>
<fo:inline>
<xsl:call-template name="insertVariable">
@@ -40,7 +40,7 @@
</xsl:call-template>
</fo:inline>
</xsl:otherwise>
- -->
+ -->
</xsl:choose>
</xsl:template>
@@ -56,4 +56,13 @@
<!-- edited by William on 2009-07-02 for indexterm bug:2815485 end
-->
</xsl:template>
+ <!-- This template is commented in DITA-OT 1.5 M21. Uncommenting it
+ makes appear book summary, owner, ... on front page.
+ I don't know how...
+ -->
+ <xsl:template match="*[contains(@class, ' topic/data ')]">
+ <xsl:apply-templates/>
+ </xsl:template>
+
+
</xsl:stylesheet>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---