RE: [xsl] Unable to get text() of node

Subject: RE: [xsl] Unable to get text() of node
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 23 Jan 2006 12:10:18 -0000
> Or just use <xsl:preserve-space elements="*" /> when using 
> MSXSL to make it comply with the other 
> parsers.. :-)

No, that doesn't work. Microsoft's XSLT processor can't preserve the
whitespace because the Microsoft XML parser has already removed it before
the XSLT processor got a chance to say it was needed.

Michael Kay
http://www.saxonica.com/

Current Thread