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

Subject: Re: [xsl] Unable to get text() of node
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 23 Jan 2006 14:02:25 +0100
$ msxsl -xw  wspace.xml wspace.xsl
<?xml version="1.0" encoding="utf-8"?><foo>
   text.
</foo>

$ msxsl   wspace.xml wspace.xsl
<?xml version="1.0" encoding="utf-8"?><foo>

   text.
</foo>

So msxsl is not stripping whitespace by default? That would confirm my statement.


Kind regards,
Geert

Current Thread