Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a certain kind

Subject: Re: [xsl] XPath problem: Checking if imidiately preceding sibling is of a certain kind
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 27 Feb 2004 11:00:47 GMT
preceding-sibling::*[1]=preceding-sibling::A[1])

= on node sets does an existential quantification over the _value_ (not
name) over all teh nodes in teh set: it is true if any node in teh first
set has a string value equal to teh string value of the node on teh
right.

as the A and br elents are all emty, they all have string value of "" so
are all equal.

David
-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread