xsl-list
[Top] [All Lists]

Re: [xsl] applying templates to attribute value

2008-07-02 09:48:06
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--