OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: attribute lists and namespaces

[ Lists Home | Date Index | Thread Index ]
  • From: "Richard L. Goerwitz" <richard@goon.stg.brown.edu>
  • To: xml-dev@ic.ac.uk
  • Date: Fri, 25 Jun 1999 09:08:16 -0400

Eric Melski wrote:
> 
> Hello --
> 
> I am having trouble understanding the use of namespaces with respect to
> the declaration of attribute lists.

Your misunderstanding is understandable.
 
> <?xml version="1.0"?>
> <!DOCTYPE INVOICE [
> <!ATTLIST foo:DETAILS descr CDATA "bob">
> ]>
> 
> <INVOICE xmlns="foo">
>         <DETAILS>
>                 <ITEM>neogalactic hyperdrive</ITEM>
>         </DETAILS>
> </INVOICE>

Note that you declare foo:DETAILS, but actually use DETAILS.  You and I
both know that there's a default namespace in effect when we see DETAILS
in your document.  But the DTD doesn't know this.

There's probably no point in going through the namespace rant again
except to say that they remain a bad idea, among other reasons because
they do not interact with the only official schema mechanism we have
(DTDs) and therefore lead to precisely this sort of confusion.

As I said, your misunderstanding in understandable.

-- 

Richard Goerwitz
PGP key fingerprint:    C1 3E F4 23 7C 33 51 8D  3B 88 53 57 56 0D 38 A0
For more info (mail, phone, fax no.):  finger richard@goon.stg.brown.edu

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)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS