Re: [xsl] White space treatment issue

Subject: Re: [xsl] White space treatment issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Jan 2011 23:53:58 +0000
On 17/01/2011 23:20, Karl Stubsjoen wrote:
When I run the same thing with MvpXslTransform, I get extra spaces in
the output.

the two usual causes for getting different white space between xslt systems are


a) indent="yes" is used and the systems indent differently.

or

b) one of the systems uses msxml (or the .net parser) which by default lose white space nodes.

On the face of it neither of these apply, but you never know....

David

Current Thread