[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: <xml-dev@ic.ac.uk>
- Date: Thu, 11 Feb 1999 17:06:23 -0800
Would this problem be solved if:
1. DOM elements and attributes are statically bound to namespaces at
creation.
2. Namespace support in the DOM Level 2 spec is provided soon and remains
unchanged until recommendation.
Whether above two conditions can be met is another question.
Regarding the proposal to create a new URI scheme for XML namespaces, this
is just an engineering practice and is not subject to approval by W3C
because the Namespace spec does not place any constraint on the choice of
URI scheme used to declare a namespace. Frankly, I don't see the advantage
of using the HTTP URI scheme over XNS (XML NameSpace).
Again, here is an example of an XNS URI scheme:
<book xmlns="xns:com.docuverse.demo.bookstore:"/>
expands to:
<xns:com.docuverse.demo.bookstore:book/>
Comments?
Don Park
Docuverse
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)
|