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

Re: AVT retrieves whole nodeset instead of the require

Subject: Re: AVT retrieves whole nodeset instead of the required single node
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Wed, 21 Nov 2012 16:27:26 +0000
Re:  AVT retrieves whole nodeset instead of the require
On Wed, Nov 21, 2012 at 4:17 PM, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
> On 21 November 2012 16:11, Ihe Onwuka <ihe.onwuka@xxxxxxxxx> wrote:
>>   <xsl:template match="yearlyFigures[figure/last() =
>> preceding::line/period/last()]/figure">
>>     <figure year="{preceding::line/period[current()/@year]}">
>>        <xsl:apply-templates/>
>>     </figure>
>>   </xsl:template
>
> It's probably that the current()/@year has an EBV of true as its a non
> empty string.
>
> Instead you want [position() = current()/@year] or maybe
> [number(current()/@year)]
>

Hah .... I tried xs:integer(@year) which didn't work but that was
because I didn't have current(). Never tried it again after fixing
that.

number(..) works fine. thanks.

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.