- From: John Aldridge <john.aldridge@informatix.co.uk>
- Date: Mon, 05 Jun 2000 14:04:53 +0100
- To: xml-uri@w3.org
At 00:48 03/06/00 -0400, Tim Berners-Lee wrote:
>We are losing track of reality. A mailto: URI necessarily identifies
>an internet mailbox. A mailbox is a mailbox. A namespace is a namesapce.
>A mailbox can be a group-mailbox. A mailbox can be a personal-mailbox.
>A mailbox can NOT be a namespace.
Gulp. Are you saying that
<?xml version="1.0" ?>
<jingle xmlns="mailto:john.aldridge@informatix.co.uk" />
is not a well-formed XML-with-namespaces document?
Or that, although well-formed, it's unprocessable?
My software does things like
if (
strcmp (nsUri, "mailto:john.aldridge@informatix.co.uk") == 0 &&
strcmp (elem, "jingle") == 0
) printf ("Jingle bells, jingle bells");
Are you saying that this is a broken processing model, and that I need to
look at the resource which the NSURI defines before I can associate any
processing with the element <jingle>?
--
Cheers,
John
Received on Monday, 5 June 2000 09:04:57 UTC