[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] To find out immediate following tag


Subject: Re: [xsl] To find out immediate following tag
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 1 Oct 2008 10:01:05 +0100

2008/10/1 J. S. Rawat <jrawat@xxxxxxxxxxxxxx>:
> Hi,
> Anyone who can help me. I want to merge <a1> within <a> if it is immediate
> following it. "following::a1[1]" is not working properly.
>

you want "following-sibling::*[1][self::a1]"

which gets the very next sibling, then tests to see it its an <a1>.

"following::a1[1]" will return the next <a1> regardless of where it
occurs after the current node.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


Current Thread
Keywords