> 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
|