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

RE: Test for preceding-sibling and text

Subject: RE: Test for preceding-sibling and text
From: "Andrew Welch" <ajwelch@xxxxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 17:09:54 -0000
andrew welch
> I have a template that croups consecutive elements of a
> certain type. The
> problem is that it also groups these elements if there is
> text between these
> elements. How do I avoid that?

[snip]

> I can see that I need to do something in this test
> "not(preceding-sibling::*[1][self::A])", but I do not know how.

Hi Ragulf,

How about:

 test="generate-id() = generate-id(preceding-sibling::*[local-name() =
local-name(current())][1]/following-sibling::*[1])"

Which should check that the current node is the element which
immediately follows the nearest preceding-sibling element with the same
local name.  As the check uses * it skips text only nodes.

cheers
andrew

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.