OSDN Git Service

PATCH: [ 1523184 ] Manual: Chunk first sections in html (XSL)
authorTim Gerundt <tim@gerundt.de>
Sun, 16 Jul 2006 17:40:12 +0000 (17:40 +0000)
committerTim Gerundt <tim@gerundt.de>
Sun, 16 Jul 2006 17:40:12 +0000 (17:40 +0000)
Docs/Users/Manual/Changes.txt
Docs/Users/Manual/Manual.xsl
Docs/Users/Manual/build/build_html.xsl

index 54547a8..7cff9b5 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-16 Tim
+ PATCH: [ 1523184 ] Manual: Chunk first sections in html (XSL)
+  Manual: Manual.xsl
+  Manual/build: build_html.xsl
+  
 2006-07-03 Kimmo
  Bump revision to 1.2.5
   Manual: WinMerge_help.xml
index fb94f2a..84bacaf 100644 (file)
@@ -9,6 +9,7 @@
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="admon.graphics.path">images/</xsl:param>
   <xsl:param name="chunker.output.indent" select="'yes'"></xsl:param>
+  <xsl:param name="chunk.first.sections" select="1" />
   <xsl:template name="user.head.content">
     <link rel="stylesheet" type="text/css" href="css/all.css" />
     <link rel="stylesheet" type="text/css" media="print" href="css/print.css" />
index 672fef8..236ae9a 100644 (file)
@@ -10,6 +10,7 @@
   <xsl:param name="section.autolabel" select="1"/>
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="chunker.output.indent" select="'yes'"></xsl:param>
+  <xsl:param name="chunk.first.sections" select="1" />
   <xsl:template name="user.head.content">
     <link rel="stylesheet" type="text/css" href="css/all.css" />
     <link rel="stylesheet" type="text/css" media="print" href="css/print.css" />