xsl-list
[Top] [All Lists]

RE: Variables

2003-08-06 09:51:28
Thanks.

And how can i access to one(id) and other(name).

Best Regards

Jose

-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
Sent: quarta-feira, 6 de Agosto de 2003 16:58
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Variables


How can i save in same variable the content(id+name) of for 
example the following tag:

<Attribute id="{E1350B8B-371D-4C97-B89C-714A5EEFD886}+00000000"
Name="id_cliente">


Assuming the Attribute element is the current node,

<xsl:variable name="content" select="@id | @name"/>

Michael Kay


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






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



<Prev in Thread] Current Thread [Next in Thread>