Preceding-sibling in for-each2003-03-22 05:20:12How 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
|
|
||||||||||||||||