[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <db@eng.sun.com>
- To: Michael Ewins <mik@owl.co.uk>
- Date: Tue, 06 Apr 1999 16:55:23 -0700
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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|