xsl-list
[Top] [All Lists]

Preceding-sibling in for-each

2003-03-22 05:20:12
How I can get "preceding-sibling" node in for-each flow:
<xsl:for-each select="//some-node">
    <xsl:value-of select="*[position()-1]"/>
</xsl:for-each>
seems not work.

Thanks.


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



<Prev in Thread] Current Thread [Next in Thread>