|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: applying templates to attribute value
David Carlisle wrote:
Hi,
>> <xsl:template match="@*">
>> <xsl:apply-templates/>
>> </xsl:template>
>> If you apply templates to an attribute, you get its value (by
>> default).
> oh yes, i see what you mean. you get nothing there, you need
> select="."
> just as you would with value-of.
I didn't followed the thread carefully, but if you mean:
<xsl:template match="@*">
<xsl:apply-templates select="."/>
</xsl:template>
that template rule will be applied recursively for ever, won't it?
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






