]> granicus.if.org Git - docbook-dsssl/commitdiff
Output ID in message
authorNorman Walsh <ndw@nwalsh.com>
Tue, 24 Apr 2001 14:30:50 +0000 (14:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 24 Apr 2001 14:30:50 +0000 (14:30 +0000)
xsl/html/chunker.xsl

index f59af6c21c0dab65f0b18a20e1c838b7f0ebf0df..02577cf1f851030ea35b543cb54eea28fe8be03f 100644 (file)
     <xsl:if test="name(.) != ''">
       <xsl:text> for </xsl:text>
       <xsl:value-of select="name(.)"/>
+      <xsl:if test="@id">
+        <xsl:text>(</xsl:text>
+        <xsl:value-of select="@id"/>
+        <xsl:text>)</xsl:text>
+      </xsl:if>
     </xsl:if>
   </xsl:message>