[Home] [By Thread] [By Date] [Recent Entries]
David Carlisle wrote:
But when will <xsl:template match="@href"> be selected? There are a few more templates which apply @href, but they all create a new element in the result tree. As I said the stylesheet worked before changing the first template to "node()". So there must be an "auto-apply". I really tested it with <xsl:apply-templates select="node()"/> in the first template. You can try it out with Xalan.Not without a full (small) example stylesheet and source doc, I can't. This will work with every xml and xsl. You only need an <xsl:attribute> without a new element. <?xml version="1.0"?> <root/> <?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="root">
<xsl:attribute name="test">test</xsl:attribute>
</xsl:template>
</xsl:stylesheet>I tried it with the current version 2.2.D11. Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7435 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



