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

Re: Restricting the scope of preceding:: and following

Subject: Re: Restricting the scope of preceding:: and following::
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Wed, 04 Jan 2006 11:40:18 +0100
Re:  Restricting the scope of preceding:: and following
Perhaps you are looking something is the line of:
(descendant::*|following-sibling::*|ancestor::*[count(ancestor::s|$sentence) = 1]/following-sibling::*/descendant::*)/@type


Not so much that as the fact that it appears to be ignoring the
test count(ancestor::s|$sentence)=1 because it is processing
all following:: elements in the document instead of being limited
to those within the same sentence as the context element.

Hmmm, yes, that is probably true. If there is no ancestor::s, then the count is still 1. I've always preferred the variant: generate-id(ancestor::s[1]) = generate-id($sentence). That should give better results..


Cheers,
Geert

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.