This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xpath // query


[Aleksander Dye]

> I'm not quite sure I got you there....
> Are you saying that select="A//B//C" and select="A//C" will produce the
same
> result?
>
> check this xml out:
> <?xml version = '1.0' encoding = 'ISO-8859-1'?>
> <a>
>    <c>a/c</c>
>    <b>
>       <c>a/b/c</c>
>    </b>
> </a>
>

The original question said that "B" was guaranteed to be present.

Tom P


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]