Subject: Re: saxon xmlspy discrepancy in whitespace handling
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 Jan 2007 13:00:42 GMT
|
Abel,
one minor correction,
> > <xsl:variable name="newline"><xsl:text> </xsl:text></xsl:variable>
>
> This can also be written as follows, but that is a matter of taste:
> <xsl:variable name="newline"> </xsl:variable>
> or
> <xsl:variable name="newline" select=" ' ' " />
2nd one, not the 1st (which is equivalent to <xsl:variable
name="newline"/>
David
|