[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Tue, 2 Feb 1999 10:58:56 -0500 (EST)
Matthew Sergeant (EML) writes:
> Can you do namespaces if you don't have a domain name?
>
> (I do, but I was thinking others might not, e.g. individuals rather than
> companies).
>
> This might be answered by James Clark's document which I just started
> reading, if it is, then I apologise.
That's the nice thing about using URIs rather than domain names for
namespaces: anyone who owns *any* URI can construct a namespace. For
example, my personal (and badly out-of-date) home page is at
http://home.sprynet.com/sprynet/dmeggins/
I don't own the sprynet.com domain name, but since I do have control
over this URL, I can base namespaces on it:
<dpm:doc
xmlns:dpm="http://home.sprynet.com/sprynet/dmeggins/ns/doc/">
<!-- ... -->
</dpm:doc>
Of course, this isn't very stable, since I might switch ISPs at any
time, but at least it's possible.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
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/
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)
|