[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] saxon xmlspy discrepancy in whitespace handling


Subject: Re: [xsl] 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>&#10;</xsl:text></xsl:variable>
> 
> This can also be written as follows, but that is a matter of taste:
> <xsl:variable name="newline">&#10;</xsl:variable>
> or
> <xsl:variable name="newline" select=" '&#10;' " />

2nd one, not the 1st (which is equivalent to <xsl:variable
name="newline"/>

David


Current Thread