[
Lists Home |
Date Index |
Thread Index
]
In my XML-SPY Xpath evaluator it just returns the first "B" node that has a
previous "A".
Ideas?
----- Original Message -----
From: Dare Obasanjo <dareo@microsoft.com>
To: Garland foster <garland_foster@salutia.com>; <xml-dev@lists.xml.org>
Sent: Wednesday, July 17, 2002 5:59 PM
Subject: RE: [xml-dev] Quick Xpath
The following works for me
file://b[preceding-sibling::*[local-name()= 'a']]
--
PITHY WORDS OF WISDOM
The primary function of the design engineer is to make things difficult
for the fabricator and impossible for the serviceman.
This posting is provided "AS IS" with no warranties, and confers no
rights.
-----Original Message-----
From: Garland foster [mailto:garland_foster@salutia.com]
Sent: Wednesday, July 17, 2002 1:49 PM
To: xml-dev@lists.xml.org
Subject: [xml-dev] Quick Xpath
<foo>
<b/>
<a/>
<b/>
<a/>
<b/>
</foo>
Return all the "b" nodes that are inmediately preceded by an "a" element
(the bold nodes).
It's easy but I'm lost :-(
Thanks,
Garland.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/02
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|