Re: [xsl] Overlapping structures

Subject: Re: [xsl] Overlapping structures
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Oct 2001 14:57:18 +0100
> Without Perl you can get it with the not very nice solution

using disable-output-escaping is never a solution, sometimes it works
but it is always a sign that something is wrong. Why would you need perl?

> In my XSL I want to test, from any node <z.start/> if there is the
> additional empty element <x/> before the next <z.end/> (i.e. if the
> imaginary "z" element "contains" x).  I have not found any way I can achieve
> this -- any pointers please?
> 

eg

test="count(following::z.end) =count(following:x[1]/following::z.end)"


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread