RE: [xsl] runaway template application

Subject: RE: [xsl] runaway template application
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sun, 9 Feb 2003 19:41:50 -0000
> The problem I'm having is with the template where mode="group"
> specifically with select="following-sibling::node()"
> unfortunately, the application of this template keeps going until it 
> reaches the end of the current set of siblings. ALL I WANT IT 
> TO DO AS 
> APPLY THE TEMPLATE FOR THE NEXT SIBLING and then stop.

Then write select="following-sibling::node()[1]".

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread