Re: [xsl] applying templates to attribute value

Subject: Re: [xsl] applying templates to attribute value
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Wed, 2 Jul 2008 18:44:35 +0200 (CEST)
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

Current Thread