]> granicus.if.org Git - docbook-dsssl/commitdiff
For case where id.warn
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 29 Oct 2005 08:58:59 +0000 (08:58 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 29 Oct 2005 08:58:59 +0000 (08:58 +0000)
xsl/html/html.xsl

index e14a7b784a1d5d314618332f292d2eb9eb7c4909..0e1f542535ccb4913f6403ddc7595837c2f6a8c3 100644 (file)
        <xsl:when test="title">
          <xsl:value-of select="title[1]"/>
        </xsl:when>
-       <xsl:when test="contains(local-name(*[1]),'info')">
+       <xsl:when test="contains(local-name(*[1]),'info') and *[1]/title">
          <xsl:value-of select="*[1]/title[1]"/>
        </xsl:when>
        <xsl:when test="refmeta/refentrytitle">