]> granicus.if.org Git - docbook-dsssl/commitdiff
Now biblioset outputs its id if it has one.
authorBob Stayton <bobs@sagehill.net>
Mon, 10 Feb 2014 17:52:50 +0000 (17:52 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 10 Feb 2014 17:52:50 +0000 (17:52 +0000)
xsl/fo/biblio.xsl

index 0a8dd094dac4375f7be192a7f423c56d6157c6fd..bc068723c1f84450afcc099249c6c93dd8e38a21 100644 (file)
 
 <xsl:template match="biblioset" mode="bibliography.mode">
   <fo:inline>
+    <xsl:if test="@id">
+      <xsl:attribute name="id">
+        <xsl:value-of select="@id"/>
+      </xsl:attribute>
+    </xsl:if>
     <xsl:apply-templates mode="bibliography.mode"/>
   </fo:inline>
 </xsl:template>