Re: REC-xml-19980210: whitespace

David Brownell (db@Eng.Sun.COM)
Fri, 16 Oct 1998 18:05:21 -0700


Richard Emberson wrote:
>
> At a minimum, Section 3.3.3 Attribute-Value Normalization
> and other places where white space is discussed seems a little
> short of exact.

Clarity is also an issue. There's the bit about expanding
based on the entity replacement values, but needing to keep
the literal entity value to distinguish one special case.

It turns out that you can avoid doing that if you convert
CRLF to LF on input (per 2.11) but otherwise ...

- Dave