Attribute-Value Normalisation

David Brownell db at eng.sun.com
Wed Apr 7 02:00:28 BST 1999


James Tauber wrote:
> 
> > <!ATTLIST   MYDOC   file   CDATA   #IMPLIED >
> [...]
> > <MYDOC file="c:\temp\hello.txt"/>
> >
> > Will this attribute be normalised if it contains any whitespace?
> 
> If it is declared CDATA, the only whitespace normalization is that
> carriage-returns, line-feeds and tabs are normalized to spaces (with a CR+LF
> being normalized to only a single space)
>
> Only if it were *not* CDATA would multiple spaces be normalized to one.

Also, an issue that matters to some folk, if you _need_ to have
some whitespace (notably CR, LF, and TAB) not be normalized, you
may put it in as a character reference.  You _can_ have attribute
values that have whitespace, but you need to work a bit at it ... :-)

- Dave

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list