RE: expanding 

Robert Skinner wrote:
> 
> Carriage return is a valid XML character, so the entity 
 is a legal
> XML entity (isn't it?)  So shouldn't tidy convert 
 to a carriage
> return?

Tidy is probably doing this because of XML's end-of-line rule in section
2.11 that requires XML parsers to convert actual carriage return
characters into line feed characters.  Tidy has to output it as an
entity in order to preserve it.

--Randy

Received on Tuesday, 10 October 2000 15:31:41 UTC