]> granicus.if.org Git - docbook-dsssl/commitdiff
Do something reasonable with refsection; this still needs work
authorNorman Walsh <ndw@nwalsh.com>
Tue, 3 Sep 2002 13:19:58 +0000 (13:19 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 3 Sep 2002 13:19:58 +0000 (13:19 +0000)
xsl/html/refentry.xsl

index 9c2b9ee4061642e49d2d90ae115b7e463b642366..ba52a8641738ba1caed6cf365d9832a204943be1 100644 (file)
   <xsl:apply-templates/>
 </xsl:template>
 
-<xsl:template match="refsect1|refsect2|refsect3">
+<xsl:template match="refsection|refsect1|refsect2|refsect3">
   <xsl:call-template name="block.object"/>
 </xsl:template>
 
-<xsl:template match="refsect1/title">
+<xsl:template match="refsection/title|refsect1/title">
   <!-- the ID is output in the block.object call for refsect1 -->
   <h2>
     <xsl:apply-templates/>