[
Lists Home |
Date Index |
Thread Index
]
The following works for me
//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
|