OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Quick Xpath

[ Lists Home | Date Index | Thread Index ]

Jeni,

Thanks!, a question from Eric's answer:

Is it file://b[preceding-sibling::*[1][self::a]]
or file://b[preceding-sibling::*[last()][self::a]]

Meanwhile for XML-SPY users you should use
Is it file://b[preceding-sibling::*[position()=1][self::a]]
Because
Is it file://b[preceding-sibling::*[1][self::a]]
doesn't work.

This is a XMLSPY bug isn't it?


----- Original Message -----
From: Jeni Tennison <jeni@jenitennison.com>
To: Garland foster <garland_foster@salutia.com>
Cc: Mark Feblowitz <mfeblowitz@frictionless.com>; 'Dare Obasanjo'
<dareo@microsoft.com>; <xml-dev@lists.xml.org>
Sent: Wednesday, July 17, 2002 6:44 PM
Subject: Re: [xml-dev] Quick Xpath


> Hi Garland,
>
> > XMLCooktop works with
> > file://b[preceding-sibling::*[self::a]]
> > or
> > file://b[preceding-sibling::*[1][self::a]]
> > or
> > file://b[local-name(preceding-sibling::*[1])='a']
> >
> > While XML-SPY works with
> > file://b[preceding-sibling::*[self::a]]
> > but not with
> > file://b[preceding-sibling::*[1][self::a]]
> > and doesn't work either with
> > file://b[local-name(preceding-sibling::*[1])='a']
> >
> > Interesting, which processor is wrong/right and why?
>
> Well, the path:
>
>   file://b[preceding-sibling::*[self::a]]
>
> should give you all the b elements (in no namespace) that follow an a
> element (in no namespace), whether or not that a element is their
> immediately preceding sibling or not -- it's exactly the same as:
>
>   file://b[preceding-sibling::a]
>
> The path:
>
>   file://b[preceding-sibling::*[1][self::a]]
>
> should give you all the b elements (in no namespace) that immediately
> follow an a element (in no namespace).
>
> The path:
>
>   file://b[local-name(preceding-sibling::*[1]) = 'a']
>
> should give you all the b elements (in no namespace) that immediately
> follow an a element (in any namespace).
>
> If that's not what XML Spy's processor is giving you, then that
> processor is wrong. I tried with Saxon, MSXML4, MSXML3, Xalan-J,
> Xalan-C++, and jd.xslt and they all behaved as expected. (libxslt
> didn't though.)
>
> Cheers,
>
> Jeni
>
> ---
> Jeni Tennison
> http://www.jenitennison.com/
>
>
> -----------------------------------------------------------------
> 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>
>
>


---
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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS