namespace of attributes?

Joe Lapp jlapp at webmethods.com
Mon Sep 13 03:29:06 BST 1999


At 09:12 PM 9/12/1999 -0400, Joe Lapp wrote:
>[...] However, I'm
>believe that the namespaces of the elements and attributes in the following
>DTD subset is unambiguous and uncontroversial:
>
><!ELEMENT a:e1 (a:e3)*>
><!ATTLIST a:e1 xmlns:a "urn:namespace1">
><!ELEMENT b:e2 (a:e3)*>
><!ATTLIST b:e2 xmlns:b "urn:namespace2">
><!ELEMENT a:e3 (#PCDATA)>
><!ATTLIST a:e3 xmlns:a "urn:namespace1">

I should point out why I think this works.  Namespaces are only parsed and
recognized in the instance, not in the DTD.  Here the DTD says that the
element having exactly name "a:e1" contains an element having exactly name
"a:e3".  The element declaration for "a:e3" associates the 'a' with a
namespace URN, but this association is neither visible nor realized until
parsing an instance that conforms to the DTD.

(I'm trying to head off the argument asserting that you don't know what 'a'
refers to in either contentspec.  I'm saying, "You're right, you don't, but
in the end this doesn't change anything."  You can get a parser to do this
without requiring the instance prefixes to match the prefixes in the DTD.)
--
Joe Lapp              (Looking for some good people to help design
Senior Engineer        and build the Internet's business-to-business
webMethods, Inc.       XML infrastructure.  We are 100% Java.)
jlapp at webMethods.com   http://www.webMethods.com/company/employment

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list