Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: XSLT for-each get previous item

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 2/7/2009 5:49:00 PM
DustWolf wrote:

> On 6 feb., 12:33, Martin Honnen <mahotr...@yahoo.de> wrote:
>> DustWolf wrote:
>>> I have been trying to do this with the position() function and have
>>> come up with this:
>>>    <xsl:for-each select="/values/value">
>>>     <item last="{/values/value[position()-1]}" current="{.}" />
>>        <item last="{preceding-sibling::value[1]}"
> 
> This does not work for me (I'm getting blanks). My nodes are actually
> in another namespace, could this be the problem (e.g.: "data:value",
> not "value")? Where do I add the namespace?

If you really have
   <xsl:for-each select="/values/value">
then I see no reason why
   preceding-sibling::value[1]
would not work. If you have e.g.
   <xsl:for-each select="/data:values/data:value">
(where the prefix 'data' is bound to a namespace) then you need
   preceding-sibling::data:value[1]



-- 

	Martin Honnen
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent