Re: [xml-dev] SAX Parser and Attribute Normalization

From
Karl Waclawek <>
To
"Bullard, Claude L (Len)" <>,
Date
2003-02-01T00:45:54Z
ID
<000b01c2c98b$4718f410$0207a8c0@karl>
Thread
Re: [xml-dev] SAX Parser and Attribute Normalization
> Urrrp... I think I got this.  If the 
> attribute is in a document minus a DTD, 
> it, by default, is undeclared.  If undeclared, 
> the processor passes it on intact without 
> normalization because it has no knowledge 
> of the type.
> 
> Is that right?

Not quite. It is normalized like CDATA.
However, there are levels of normalization.
For CDATA, leading and trailing blanks are *not* removed.

Karl