|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: 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
|
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
|

Cart








