xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] position() seems always to be 1


Subject: RE: [xsl] position() seems always to be 1
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 27 May 2003 13:17:20 +0300

Hi,

> <xsl:when test="self::node()[position()=last()]">

[snip]

> If I use  <xsl:when test="self::node()[position()=1]">  all 
> download elements are processed, it seems that every download 
> elements returns 1... but this cannot be or?

Above, the position() returns the context position of the self:node() locations step, and will always return 1; last() will also always return 1 as the context size for self::* will never exceed 1. Thus, the above predicate test will always return true. Thus, instead, simply use

  <xsl:when test="position() = last()">

Cheers,

Jarno - Nick Sentience: March 2003 Mix

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



Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor