RE: [xsl] Test for preceding-sibling and text

Subject: RE: [xsl] Test for preceding-sibling and text
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Fri, 12 Nov 2004 11:58:21 +0000
Hi again,

Following the discussion in the "characters in xsl" thread, I tried changing "*" with "node()" in the XPath, that is:
"not(preceding-sibling::*[1][self::A])" became
"not(preceding-sibling::node()[1][self::A])"


This seems to work. Will there be any reason that this should not?

Regards,
Ragulf Pickaxe :-)

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Current Thread