Next in thread → Next in month →

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

From
Bullard, Claude L (Len) <>
To
"''" <>, 'Karl Waclawek' <>
Date
2003-02-03T14:35:31Z
ID
<>
Thread
RE: [xml-dev] SAX Parser and Attribute Normalization
Thanks to John and Karl.  That matches what I read in 
the spec and the empirical behavior.  I appreciate your 
insights.

len

-----Original Message-----
From:  [mailto:]

Len Bullard scripsit:

> [W]hen using a SAX parser, should the parser 
> strip trailing white space in an attribute 
> value?  Empirical testing says no.

No.  If the attribute is of type CDATA, or its type is not known, then
the only thing done is to change line breaks to spaces.  If the type is
known and is not CDATA, then whitespace is collapsed inside and stripped
front and rear.
Next in thread → Next in month →