]> granicus.if.org Git - docbook-dsssl/commitdiff
QandASet titles use section.title for convenience. Now they don't output fo:markers...
authorNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 21:24:19 +0000 (21:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 21:24:19 +0000 (21:24 +0000)
xsl/fo/qandaset.xsl

index 77b14971c4e3616a0f72e9306fda32aaf2c054a3..f9875c7670aec70dd7c12cba7d1e75e0642d7b7d 100644 (file)
@@ -61,6 +61,7 @@
 
   <xsl:call-template name="section.heading">
     <xsl:with-param name="level" select="$sectlvl + 1"/>
+    <xsl:with-param name="marker" select="0"/>
     <xsl:with-param name="title">
       <xsl:apply-templates/>
     </xsl:with-param>
   </xsl:variable>
 
   <xsl:call-template name="section.heading">
-    <xsl:with-param name="level"
-                    select="$sectlvl + 1 + count(ancestor::qandadiv)"/>
+    <xsl:with-param name="level"  select="$sectlvl + 1 + count(ancestor::qandadiv)"/>
+    <xsl:with-param name="marker" select="0"/>
     <xsl:with-param name="title">
       <xsl:apply-templates/>
     </xsl:with-param>