xsl-list
[Top] [All Lists]

RE: preceding sibling headaches

2003-04-22 13:40:49
Rick Taylor wrote:

Paul,
try changing the test to this:
<xsl:when test = "name(preceding-sibling::*[1])='transition'">

Or "preceding-sibling::*[1]/self::transition" which also means "the first
preceding-sibling node, if it is a transition", without requiring the
"name()" function-call.

I think the way you have it now simply returns the first previous
occurrence of a 'transition' element rather than testing to
see if the
immediately previous element is a 'transition' element.

agree.


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



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