Re: new draft for DOM Level 3 Core

Hi Pavithran,

Pavithran wrote:
> It is telling we can have a same prefix pointing to more than
> namespaceURI..is it Correct?

Yes, it is possible if user edits a DOM tree.

> <zeeJan:zeeKING xmlns:zeeJan="www.zee.com" FooJan:JustValue="Just A Value"
> FooJan:Pagal="MADYFOO" FooJan:Pagal="TestME"
> xmlns:FooJan="www.honeyFoo1.com" xmlns:FooJan="www.honeyFoo2.com" >
> 
> In the above fragment i have two attributes like  FooJan:Pagal="MADYFOO"
> ,FooJan:Pagal="TestME"

The above is not well-formed per XML 1.0 [1] and per Namespaces [2].

To understand the namespace algorithms you need to read and understand
XML 1.0 and Namespaces in XML specifications.

Thank you,

[1] http://www.w3.org/TR/REC-xml#uniqattspec
[2] http://www.w3.org/TR/REC-xml-names/#check-uniqattr
-- 
Elena Litani / IBM Toronto

Received on Monday, 28 October 2002 09:49:24 UTC