[Home] [By Thread] [By Date] [Recent Entries]

  • From: James Clark <jjc@j...>
  • To: xml-dev@i...
  • 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@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member