[
Lists Home |
Date Index |
Thread Index
]
- From: Randy Bryan <rbryan@CapAccess.org>
- To: XML Developer List <xml-dev@ic.ac.uk>
- Date: Mon, 19 Jul 1999 19:02:54 -0400 (EDT)
I'm looking at the EBNF grammar
of XML 1.0 at www.w3.org and it
brings up a question.
The XML specification doesn't allow
for whitespace in several places.
For example, this is not legal
in a start tag.
.
.
V
< termdef >
And these are not legal
in an end tag.
. .
. .
V V
< / termdef >
Why is this?
Attributes allow whitespace.
This is legal.
. . . . .
. . . . .
V V V V V
<termdef usename = " foobar1 " >
Why is whitespace allowed sometimes
and other times not?
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)
|