xsl-list
[Top] [All Lists]

RE: Can I Detect whether a node is *immediately* before the context node?

2004-03-04 05:55:05
Hi,

I have an XSLT query I could not find any solution to 
elsewhere. I need to
know if my context node is *immediately* proceeded by another 
node of a
certain type, in document order. So, ideally the test would 
return true for:

<foo></foo><context>I am here</context>

but not for:

<foo></foo>some character data<context>I am here</context>

  preceding-sibling::node()[1][self::foo]

Cheers,

Jarno

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