[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



