Re: [xsl] Xsl:strip-space and xsl:preserve-space (XSLT 2.0)

Subject: Re: [xsl] Xsl:strip-space and xsl:preserve-space (XSLT 2.0)
From: Evan Lenz <evan@xxxxxxxxxxxx>
Date: Wed, 24 Sep 2008 09:31:12 -0700
Pankaj,

You can force MSXML to preserve whitespace by adding xml:space="preserve" to the root element of your document. Then your original stylesheet should work as desired. Let me know if that works.

Evan


Pankaj Chaturvedi wrote:
Not a good news for me.

Well anyways David/Michael thanks for looking into this.


Best,


Pankaj Chaturvedi

============================================================================
================


-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx] Sent: Wednesday, September 24, 2008 6:36 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Xsl:strip-space and xsl:preserve-space (XSLT 2.0)



I believe it's true that the AltovaXML processor always strips whitespace nodes (or calls the MSXML parser in a way that strips them) and I'm not aware of any way of changing this.

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

Current Thread