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

RE: accessing last element of node set passed as param

Subject: RE: accessing last element of node set passed as parameter
From: "paul morgan" <pmorg@xxxxxxxxx>
Date: Tue, 21 May 2002 06:50:57 -0700
xsl last element
    [Kay]: ($result/BAR)[last()]

           [] has higher precedence than /

Thanks, I hadn't even thought about operator precedences.

    [Pietschmann]: Try select="$result[last()]"

This also seemed to work, judging by the fact that

    <xsl:copy-of select="($result/BAR)[last()]" />
and
    <xsl:copy-of select="$result[last()]" />

produced equivalent (looking) output.  But there was a difference when trying to access the "i" attribute.  That is, with the input:

    <BAR i=1/><BAR i=2/><BAR i=3/>

and using Michael's solution:

    <xsl:variable  name="prior"  select="($result/BAR)[last()]" />

I need to use the following to access the value of "i"

    <xsl:value-of select="$prior/@i" />

but using J's solution:

    <xsl:variable  name="prior"  select="$result[last()]" />

I need to use

    <xsl:value-of select="$prior/TEXT/@i" />

Is there a "root" element here that J's solution creates?

Thanks,

Paul



________________________________________________________
Outgrown your current e-mail service?
Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus

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


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.