- From: Elena Litani <elitani@ca.ibm.com>
- Date: Mon, 28 Oct 2002 09:49:10 -0500
- To: Pavithran <pavithran.a@ap.sony.com>
- CC: Philippe Le Hegaret <plh@w3.org>, WWW DOM <www-dom@w3.org>
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