[
Lists Home |
Date Index |
Thread Index
]
- From: James Clark <jjc@jclark.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 06 Aug 1998 17:26:50 +0700
MURATA Makoto wrote:
> Because we cannot replace
>
> <foo:A xmlns:foo="[first URI]" xmlns:bar="[second URI]" >
> <foo:B />
> <foo:C />
> <bar:D />
> </foo:A>
>
> with something like
>
> <foo:A xmlns:foo="[first URI]" xmlns:bar="[second URI]" >
> <:B />
> <:C />
> <bar:D />
> </foo:A>
>
> This is what I meant by inheritance of prefixes, and it does not exist
> in the current working draft.
Given that I can replace your example with
<A xmlns="[first URI]" xmlns:bar="[second URI]" >
<B />
<C />
<bar:D />
</A>
I'm having a hard time understanding why I would want the sort of prefix
inheritance you are talking about.
James
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)
|