[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Selecting an attribute value from a variable

Subject: RE: Selecting an attribute value from a variable
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Fri, 7 Jan 2005 11:27:55 +0200
RE:  Selecting an attribute value from a variable
Hi,

> I'm building a variable in xslt like this:
>
> <xsl:variable name="previouspagelastid"
> select="concat('@Page',string(@pageNumber - 1),'LastID')"/>
>
> To refer to an attribute in an xml node that I know exists
> (@Page1LastID for
> example).
>
> The root node of my template match looks like this:
>
> <results pageNumber="2" pageCount="3" pageSize="10" resultCount="30"
> criteria="" Page1LastID="12"  Page2LastID="" Page3LastID=""
> Page4LastID=""
> Page5LastID="" Page6LastID="">
>
> I'm not sure if its possible but after I declare this
> variable I want to get
> its value, ie. "12"

<xsl:value-of select="@*[name() = $previouspagelastid]"/>

Cheers,

Jarno

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.