]> granicus.if.org Git - docbook-dsssl/commitdiff
Add support for subtitle inside info.
authorBob Stayton <bobs@sagehill.net>
Sat, 12 May 2012 23:15:39 +0000 (23:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 12 May 2012 23:15:39 +0000 (23:15 +0000)
xsl/html/biblio-iso690.xsl

index d420beccb4905c064a2350512bfd464c62a64e8e..375f3671662e2d82e49398f67de1bcba8e231173 100644 (file)
     <xsl:call-template name="gentext.template"><xsl:with-param name="context" select="'iso690'"/><xsl:with-param name="name" select="'submaintitle.sep'"/></xsl:call-template>
   </xsl:param>
   <xsl:apply-templates mode="iso690.mode"/>
-  <xsl:if test="../subtitle">
+  <xsl:if test="../subtitle|../info/subtitle">
     <xsl:value-of select="$submaintitle.sep"/>
-    <xsl:apply-templates mode="iso690.mode" select="../subtitle"/>
+    <xsl:apply-templates mode="iso690.mode" select="../subtitle|../info/subtitle"/>
   </xsl:if>
 </xsl:template>