RE: [xsl] Value-of

Subject: RE: [xsl] Value-of
From: cknell@xxxxxxxxxx
Date: Wed, 30 Jul 2003 07:38:55 -0400
That depends on the context in which processing is ocurring when you want to capture the value. If your template matches the "Entity" element, then you would use <xsl:value-of select="@Name" />. If your context is some other node, then you will have to use a different XPath expression.

Have you solved the nested <xsl:for-each > problem you asked about yesterday? The answer to both of these problems depends on you understanding the concept of "context".
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     AROSO Jose Antonio <jose.santos@xxxxxxxxxxx>
Sent:     Wed, 30 Jul 2003 12:12:07 +0100
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  [xsl] Value-of

Hi.

I need to catch the value-of name of the following line:

<Entity id="{A8E55595-0D98-4705-A700-A1414AB945B4}+00000000" Name="artigos">
How can i do it?

Best regards 

Jose


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread