Re: [xsl] mixed content grouping by whitespace

Subject: Re: [xsl] mixed content grouping by whitespace
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 12 Apr 2010 10:58:56 +0100
On 12/04/2010 10:52, James Cummings wrote:
It seems that when the solution requires a two pass one done all in
one stylesheet, I have difficulty getting my head around it.


It's usually best to think of these as two completely separate transformations, and it helps to think about it if you serialise the intermediate stage using something like

<xsl:message select="$variable"/>

just after the </xsl:variable>


David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread