Re: [xsl] Can I Detect whether a node is *immediately* before the context node?

Subject: Re: [xsl] Can I Detect whether a node is *immediately* before the context node?
From: Sergey Groznyh <gsm@xxxxxx>
Date: Thu, 04 Mar 2004 17:09:27 +0300
>>>>> "Michael" == Michael Kay <mhk@xxxxxxxxx> writes:

    >> but not for:
    >> <foo></foo>some character data<context>I am here</context> 

    Michael> test="preceding-sibling::*[1][self::X]"

Not quite: the test still true when there's preceding character data.
The OP probably wants test="preceding-sibling::node()[1][self::X]

Cheers

-- 
SM Groznyh                            "Under the wide and heavy VAX
gsm@xxxxxx                             Dig my grave and let me relax..."


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


Current Thread