]> granicus.if.org Git - docbook-dsssl/commitdiff
Output anchors for simplelist members
authorNorman Walsh <ndw@nwalsh.com>
Fri, 1 Nov 2002 12:53:26 +0000 (12:53 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 1 Nov 2002 12:53:26 +0000 (12:53 +0000)
xsl/html/lists.xsl

index 57e1415bc213a7eda1ec7f44c774fe3bb625aeaa..9ef0dde1b7b7a4a76d38479ac6cb9b3a6c348481 100644 (file)
 </xsl:template>
 
 <xsl:template match="member">
+  <xsl:call-template name="anchor"/>
   <xsl:apply-templates/>
 </xsl:template>