Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] To find out immediate following tag [Thread Next] Re: [xsl] To find out immediate following tagTo: Date: 10/1/2008 9:01:00 AM 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/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
