xsl-list
[Top] [All Lists]

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

2006-10-10 05:20:33
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.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--