[
Lists Home |
Date Index |
Thread Index
]
- From: "James Tauber" <jtauber@jtauber.com>
- To: "Michael Ewins" <mik@owl.co.uk>, "XML-DEV" <xml-dev@ic.ac.uk>
- Date: Thu, 1 Apr 1999 01:35:26 +0800
> <!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.
[...]
> Essentially my question is, if I have a valid filename (on Windows or Mac)
that
> I use as an attribute value in XML can I be sure the parser will pass this
on
> unchanged?
As long as the filename didn't contain a < or & that you include literally.
James
--
James Tauber / jtauber@jtauber.com / www.jtauber.com
Associate Researcher, Electronic Commerce Network
Curtin University of Technology, Perth, Western Australia
Full-day XML Tutorial @ WWW8 : http://www8.org/
Maintainer of : www.xmlinfo.com, www.xmlsoftware.com and www.schema.net
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)
|