]> granicus.if.org Git - docbook-dsssl/commitdiff
Handle the DB5 namespace in the select attribute too (Debian bug #585649).
authorDaniel Leidert <dleidert@debian.org>
Sun, 29 Aug 2010 19:32:59 +0000 (19:32 +0000)
committerDaniel Leidert <dleidert@debian.org>
Sun, 29 Aug 2010 19:32:59 +0000 (19:32 +0000)
releasetools/xslnsfiles/titlepage.xsl

index 15143fc949d5d1e9cc1e97ebe5c88288e51e5077..88be579ea27c9f9dff8881c0d5b77c2cf051c236 100644 (file)
@@ -1309,7 +1309,7 @@ text of the select attribute.</para>
         <xsl:with-param name="orlist">
           <xsl:value-of select="$orlist"/>
           <xsl:if test="not($orlist='')">|</xsl:if>
-          <xsl:value-of select="name($elements[position()=$count])"/>
+          <xsl:value-of select="concat('d:', name($elements[position()=$count]))"/>
         </xsl:with-param>
       </xsl:call-template>
     </xsl:otherwise>