]> granicus.if.org Git - docbook-dsssl/commitdiff
Non-chunked legalnotice now gets an <a name="id"> so it can be
authorBob Stayton <bobs@sagehill.net>
Fri, 13 Aug 2004 06:44:14 +0000 (06:44 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 13 Aug 2004 06:44:14 +0000 (06:44 +0000)
referenced with xref or link.

xsl/html/titlepage.xsl

index 094477f1e902d225f6f4d103aed9b42d7db0ccd6..e0e5f759483876623efb0f040c5f3e49274a5832 100644 (file)
     </xsl:when>
     <xsl:otherwise>
       <div class="{local-name(.)}">
+        <a name="{$id}"/>
         <xsl:apply-templates mode="titlepage.mode"/>
       </div>
     </xsl:otherwise>