xsl-list
[Top] [All Lists]

RE: Saxon is adding line breaks

2003-04-09 15:58:25
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>