ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error

[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: Re: RE: Re: RE: Re: XPath riddle

Subject: Re: Re: Re: RE: Re: RE: Re: XPath riddle
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 5 Jul 2001 09:24:43 -0700 (PDT)
43 mail yahoo kurt
Hi Wendel,

> At 01:28 PM 7/5/01, Dimitre wrote:
> >Now, if I understand you well, you want every D/C, for which the first 
> >ancestor from
> >a given list of ancestors (the list of elements defining D and its child C as
> >descendents) to be "A" and nothing else.
> >
> >Then this is returned by:
> >
> >//D/C[name(ancestor::*[name()='A' or name()='F'][1])='A']
> 
> Or
> 
> //D/C[(ancestor::A|ancestor::F)[last()][self::A]]
> 
> Grouping the two location paths ancestor::A and ancestor::F creates a node 
> set to be evaluated in document order; the last() predicate selects the 
> latest (deepest) of these ancestors; the self::A makes sure it's an A 
> element (by throwing it out if it's not).
> 

Yes, this only will not work in the more general case when the ancestor element
names to check for are generated "on the fly" from a schema.

Then only the second expression I gave will work:

//D/C[name(ancestor::*[contains($listOfDefiningEls, concat(' ', name()))][1])='A']

Also note, that an optimizing XPath processor will stop at the first occurence of
the above expression, while if last() is used, it will have to produce all the
nodes.

Cheers,
Dimitre Novatchev.

> You can add other ancestors to the mix by adding to the 
> (ancestor::A|ancestor::F) group, or alter the condition in other ways (for 
> example, just leaving out any C with an F grandparent (not just an F 
> ancestor at any level), by grouping (ancestor::A|../parent::F).
> 
> Also, remember if this expression is going in a match you don't need the 
> initial "//" (a detail that not everyone seems to have assimilated).







__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.