RE: [xsl] Brackets in XPATHS

Subject: RE: [xsl] Brackets in XPATHS
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Wed, 13 Feb 2002 00:56:11 -0800
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At 00:30 13-02-2002, Edward.Middleton@xxxxxxxxxxx wrote:
> >/xpath1/*[name()='xpath2' or name()='xpath3']/xpath4
>
>the xpath's are xpaths not names, I just wrote them this way to emphasise 
>what I was talking about.
>
>xpath1 = tag1/tag2[@attrib1='fads']/tag3[@attrib2='ahf']
>xpath2 = tag4
>xpath3 = tag5[1][attrib3='gf' and tag6/@attrib4 ='flk']
>xpath4 = @attrib5

Ah.  In case it's not clear, then, you could do:

tag1/tag2[@attrib1='fads']/tag3[@attrib2='ahf']/*[name()='tag4' or
    (name()='tag5' and not(preceding-sibling::tag5) and attrib3='gf' and
    tag6/@attrib4='flk'])/@attrib5

Kind of gross, and it may make your storage problems a little more 
complicated, but it ought to work.

~Chris
- -- 
Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc.
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8

iQA/AwUBPGoqKqxS+CWv7FjaEQJzdwCgmAhHBaXp5LcHsRtX6J/evv2SzrUAn2sP
MVLCI3nyzc9JZvY38Sykhfds
=HMOe
-----END PGP SIGNATURE-----


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


Current Thread