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

RE: Pattern question: first child of first descendant

Subject: RE: Pattern question: first child of first descendant
From: Scott Trenda <Scott.Trenda@xxxxxxxx>
Date: Mon, 23 Mar 2009 21:29:35 -0500
RE:  Pattern question: first child of first descendant
Hm. Well, we're getting into territory that may be as cumbersome as your
initial pattern, but here's my last shot:

entry[ancestor::table and
not(preceding::entry[ancestor::table])]/*[self::title or self::para][1]

I don't know if the preceding axis is allowed in patterns, but if it is, this
may be a sure-fire way to get the very first entry[ancestor::table].

~ Scott

-----Original Message-----
From: Christian Roth [mailto:roth@xxxxxxxxxxxxxx]
Sent: Monday, March 23, 2009 8:52 PM
To: XSL List
Subject: Re:  Pattern question: first child of first descendant

>But predicates aren't, so how about this:
>
>entry[ancestor::table][1]/*[self::title or self::para][1]

Unfortunately not - it has the same issue as Syd's initial pattern. The
first part does a "match all entry elements that have a table ancestor
and that are the first child of some element", which again matches all
first entry children of all the row elements in the table.

-Christian

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.