Ian_blizard@xxxxxx (Ian Blizard) wrote
> I'm now revisiting my stylesheets, I need to test whether or not the
> current Item node is the last Item node in the current context.
David already explained why your code may have "behaved sporadically".
In addition to this, if you want to have a robust test not dependend
on how the template was invoked, you may want to use something like
<xsl:when test="not(following-sibling::item)"/>
or
<xsl:when test="not(following-sibling::*)"/>
HTH
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Next Node tests
- Ian Blizard - Wed, 14 Nov 2001 12:33:05 -0500 (EST)
- <Possible follow-ups>
- Joerg Pietschmann - Thu, 15 Nov 2001 08:42:36 -0500 (EST) <=
- Ian Blizard - Thu, 15 Nov 2001 09:02:52 -0500 (EST)
|
|