[
Lists Home |
Date Index |
Thread Index
]
- From: crism@exemplary.net (Christopher R. Maden)
- To: xml-dev@ic.ac.uk
- Date: Tue, 23 Nov 1999 00:53:28 -0800
[Rick Jelliffe]
>The current canonical XML grammar is this:
>[3] Stag ::= '<' Name NSDecl? (Att NSDecl?)* '>'
Is that right? So
<foo xmlns:bar="" xmlns:baz="">
is illegal, but
<foo xmlns:bar="" biz="" xmlns:baz="">
is legal? That can't be right. It seems it should be
[3] Stag ::= '<' Name (Att | NSDecl)* '>'
-Chris
--
Christopher R. Maden, Solutions Architect
Exemplary Technologies
One Embarcadero Center, Ste. 2405
San Francisco, CA 94111
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 unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|