XML, NAMESPACE and HREF ?

David G. Durand dgd at cs.bu.edu
Fri Jan 23 17:27:05 GMT 1998


At 11:50 AM -0400 1/23/98, Patrice Bonhomme wrote:
>Hi,
>
>I am working with XML and are interresting in using some NAMESPACE. But i was
>wondering about the content and the organization of the "NAME SPACE" on the
>server side ? What is there behind the HREF in :
>
><?XML:NAMESPACE HREF="http://www.blahblah.fr/mydtd/" AS="BLAH"?>
>
>Could it be an XML-DATA specification (Schema ?) for the DTD ?

Just decide what you want and implement it. Namespaces are not standardized
yet, and are still the focus of some debate. Some. like me, believe that
they are syntactic sugar for things you can already do in XML with
attributes. The issue of what the URL points to is currently entirely open.
The only guarantee is that the absolute URL, plus the part of the element
name _after the colon_ is uniquely associated (by unspecified means) with
some definition of semantics. The putative purpose of namespaces is to
provide applications that might need them with globally unique IDs for
element types.

They are an additional layer on top of XML and don't affect XML syntax.
They are also experimental, and not standard at the moment.

  -- David

_________________________________________
David Durand              dgd at cs.bu.edu  \  david at dynamicDiagrams.com
Boston University Computer Science        \  Sr. Analyst
http://www.cs.bu.edu/students/grads/dgd/   \  Dynamic Diagrams
--------------------------------------------\  http://www.dynamicDiagrams.com/
MAPA: mapping for the WWW                    \__________________________



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/
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