Re: Possible whitespace problem with XT ?

Subject: Re: Possible whitespace problem with XT ?
From: James Clark <jjc@xxxxxxxxxx>
Date: Tue, 27 Jul 1999 22:54:38 +0700
Alistair MacDonald wrote:

> I've got a problem cause by the way that both IE & Netscape interpret
> spaces in their input

> Note that XT has chosen to add whitespace (carriage returns) 
> -- despite my instruction not to (in the stylesheet)

indent-result doesn't make any difference if you use result-ns.  XT has
added whitespace at places where it shouldn't make any difference
according to the HTML spec.  This might workaround the problem:

Index: HTMLOutputHandler.java
===================================================================
RCS file:
e:\cvsroot/jclark/xt/com/jclark/xsl/sax/HTMLOutputHandler.java,v
retrieving revision 1.5
diff -c -r1.5 HTMLOutputHandler.java
*** HTMLOutputHandler.java	1999/07/27 06:32:02	1.5
--- HTMLOutputHandler.java	1999/07/27 15:10:33
***************
*** 261,269 ****
      "style",
      "table",
      "tbody",
-     "td",
      "tfoot",
-     "th",
      "thead",
      "title",
      "tr",
--- 261,267 ----



James


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread