<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
On Thu, 2004-12-09 at 12:40, Elliotte Harold wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Ken Roberts wrote:


&gt; What something like this should do is convert an infinite amount of 
&gt; whitespace in a single instance into a single space. 

The effects of this are quite negative in many, many cases. For instance 
consider a DocBook programlisting element or an XHTML pre element that 
contains a carefully formatted Python program. Or consider &lt;b&gt;some&lt;/b&gt;
&lt;i&gt;text&lt;/i&gt; &lt;em&gt;like&lt;/em&gt; &lt;b&gt;this&lt;/b&gt;. That algorithm loses the spaces 
between words. If there's white space mixed in with text content, it's 
safer to just leave it alone.</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
I thought that was why this would be an option rather than default behavior?&nbsp; If you might be reading such a thing then this property would not be set, but if you have no such constraints and want dense output it would be a desirable feature.<BR>
<BR>
</BODY>
</HTML>