[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: Steve Harris <sharris@primus.com>, "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Thu, 05 Nov 1998 14:43:22 -0800
At 02:32 PM 11/5/98 -0800, Steve Harris wrote:
>Reading the Namespaces specification, I've found contradictory examples
>of namespace defaulting. Any input in determining the proper
>interpretation would be greatly appreciated.
> The first example is as follows:
><?xml version="1.0"?>
> <x xmlns:edi='http://ecommerce.org/schema'>
> <!-- the edi namespace applies to the "x" element and contents -->
></x>
Good catch. This comment is erroneous - the namespace only applies
to things that are prefixed "edi", which the "x" element clearly
isn't. The comment should say that the binding of the prefix "edi"
to the URI "http://ecommerce.org/schema" appliesto the "x"
element and contents.
To be fixed. -Tim
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)
|