RE: [xsl] Preserve-space isn't

Subject: RE: [xsl] Preserve-space isn't
From: "Trevor Nicholls" <trevor@xxxxxxxxxxxxxxxxxx>
Date: Fri, 31 Mar 2006 23:35:12 +1200
Thanks Michael

I just went through the same simplifying exercise on my laptop with XMLSpy
and Saxon and the two get different results. Saxon agrees with you (phew!).

I haven't been able to access the Linux version today (the network is down
and its management is in the opposite timezone to me) but when it comes back
I will check again; it is possible that the code there was not completely up
to date.

Cheers
T

-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx] 
Sent: Friday, 31 March 2006 8:30 p.m.
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Preserve-space isn't

When I take your input files and remove the "..." bits to make them well
formed, and then run using

java -jar c:\MyJava\saxon8.jar -t test.xml test.xsl

I get 

Saxon 8.7J from Saxonica
Java version 1.5.0_06
...

...
Type:
<div xmlns:xs="http://www.w3.org/2001/XMLSchema"; class="syntax">
   <p>testdoc&nbsp;<i>switches</i>&nbsp;<i>file</i></p>
</div>
at the command line, where:
...

which looks correct to me.

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

Current Thread