Subject: RE: Re: Need some help with an XPath
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 21 Feb 2003 17:01:59 -0500
|
[Dimitre Novatchev]
What if he should have more branches than the three in the example? (I
assumed that the element names "branch" and "service" would always be
used).
Cheers,
Tom P
>
> Use:
>
> /*/*/service[
> not(@servId = /*/*[1]/*/@servId
> and
> @servId = /*/*[2]/*/@servId
> and
> @servId = /*/*[3]/*/@servId
> )
> ]
>
>
>
> =====
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|