]> granicus.if.org Git - docbook-dsssl/commitdiff
Support biblioid
authorNorman Walsh <ndw@nwalsh.com>
Thu, 21 Mar 2002 18:51:33 +0000 (18:51 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 21 Mar 2002 18:51:33 +0000 (18:51 +0000)
xsl/fo/biblio.xsl
xsl/fo/titlepage.xsl
xsl/html/biblio.xsl
xsl/html/titlepage.xsl

index 4adc605cf8fc9e9fd105cdf91dc57e9c35db5fbe..d25ab0df901494b0a4841ce02c4d575a6f9b664f 100644 (file)
   </fo:inline>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="bibliography.mode">
+  <fo:inline>
+    <xsl:apply-templates mode="bibliography.mode"/>
+    <xsl:value-of select="$biblioentry.item.separator"/>
+  </fo:inline>
+</xsl:template>
+
 <xsl:template match="issuenum" mode="bibliography.mode">
   <fo:inline>
     <xsl:apply-templates mode="bibliography.mode"/>
   </fo:inline>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="bibliomixed.mode">
+  <fo:inline>
+    <xsl:apply-templates mode="bibliomixed.mode"/>
+  </fo:inline>
+</xsl:template>
+
 <xsl:template match="issuenum" mode="bibliomixed.mode">
   <fo:inline>
     <xsl:apply-templates mode="bibliomixed.mode"/>
index da77b369753874cafe33ba9589debae2fe6a1a75..06a2f58ce7d09330df57dffdf774a342c29098d8 100644 (file)
   <xsl:apply-templates mode="titlepage.mode"/>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="titlepage.mode">
+  <xsl:apply-templates mode="titlepage.mode"/>
+</xsl:template>
+
 <xsl:template match="itermset" mode="titlepage.mode">
   <!-- discard -->
 </xsl:template>
index ce9bcacdfb8ace5f451d37bf44afcc472fb18d81..c01d864e6c3932d9b62973ac6649a0dfde103b04 100644 (file)
   </span>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="bibliography.mode">
+  <span class="{name(.)}">
+    <xsl:apply-templates mode="bibliography.mode"/>
+    <xsl:value-of select="$biblioentry.item.separator"/>
+  </span>
+</xsl:template>
+
 <xsl:template match="issuenum" mode="bibliography.mode">
   <span class="{name(.)}">
     <xsl:apply-templates mode="bibliography.mode"/>
   </span>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="bibliomixed.mode">
+  <span class="{name(.)}">
+    <xsl:apply-templates mode="bibliomixed.mode"/>
+  </span>
+</xsl:template>
+
 <xsl:template match="issuenum" mode="bibliomixed.mode">
   <span class="{name(.)}">
     <xsl:apply-templates mode="bibliomixed.mode"/>
index c3aa9fac47e7e5729deb668bb58a1ae7605f2eef..dcb672a80bf7b40b3eaaadd86a529764156626d8 100644 (file)
   </span>
 </xsl:template>
 
+<xsl:template match="biblioid" mode="titlepage.mode">
+  <span class="{name(.)}">
+    <xsl:apply-templates mode="titlepage.mode"/>
+    <br/>
+  </span>
+</xsl:template>
+
 <xsl:template match="itermset" mode="titlepage.mode">
 </xsl:template>