RE: [xsl] Saxon is adding line breaks

Subject: RE: [xsl] Saxon is adding line breaks
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 9 Apr 2003 23:58:25 +0100
> I'm sorry if this issue has already been addressed here.  But 
> Saxon is adding line breaks in the middle of text for no 
> apparent reason.

I suspect you are using xsl:output method="html" indent="yes". In this
case, the XSLT processor is supposed to produce "nice" output by adding
whitespace anywhere where it won't make any difference to the result as
seen in the browser. Part of the algorithm Saxon uses is to break up
long lines. If you don't like this, then specify indent="no".

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread