Re: [xsl] Allowing whitespace to stop merge of adjacent nodes

Subject: Re: [xsl] Allowing whitespace to stop merge of adjacent nodes
From: Matt Sims <matt.sims@xxxxxxxx>
Date: Tue, 10 Oct 2006 13:20:37 +0100
Joe Fawcett wrote:
Set the DomDocument's preserveWhitespace property to false before
loading the document.
Not sure why you're using msxml in .NET, it has a number of problems
on that platform. You'd be better switching to .NET's native XML classes.

Joe

Ahh, I think I am using .NET's native XML classes (System.Xml,
System.Xml.Xsl).  Sorry, I assumed that they would be based on MSXML.

So these don't exhibit the whitespace problem mentioned previously?

Matt.

Current Thread