[Home] [By Thread] [By Date] [Recent Entries]
it depends what you want to do.
<xsl:template match="Y">
<B attribute="Y"/>
</xsl:template>
or
<xsl:template match="X">
<B attribute="{name(*[1])}">
</xsl:template>
both generate <B attribute="Y"> from the posted input.
David
|

Cart



