Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


XSLT for-each get previous item

From: DustWolf <jure.sah@---.-->
To: NULL
Date: 2/5/2009 5:01:00 PM
Hello,

Is there a way to get a value from the previous loop in an XSLT for-
each loop? I need to use XSLT to convert an XML file in such a way
that every resulting item contains some data from each source item as
well as the item before it in the source XML.

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="{.}" />
   </xsl:for-each>

...unfortunately since position() always gives the position within the
current context, it returns the position within /values/value (which
is always 1), instead of my for-each loop.

Is there a way to work around this, or maybe another solution that
works?

Thanks for any help in advance.


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