]> granicus.if.org Git - docbook-dsssl/commitdiff
Make content of param ulink.target empty so target attributes not generated.
authorBob Stayton <bobs@sagehill.net>
Wed, 2 Dec 2009 04:14:20 +0000 (04:14 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 2 Dec 2009 04:14:20 +0000 (04:14 +0000)
xsl/xhtml-1_1/html2xhtml.xsl

index 841cb83b771402e7f39bf023be0c001e9fd21bc5..1fa569711069cf5eede5d67d8579ccc2aeeb065f 100644 (file)
 <xsl:template match="xsl:param[@name='ulink.target']">
        <xsl:copy>
                <xsl:copy-of select="@*"/>
-               <xsl:element name="xsl:text"><xsl:text></xsl:text></xsl:element>
        </xsl:copy>
 </xsl:template>