Next in thread → Next in month →

Re: [xml-dev] a namespace definitions related question(s)

From
<>
To
Date
2007-02-21T12:57:49Z
ID
<>
Thread
Re: [xml-dev] a namespace definitions related question(s)
In article <> you write:

>> <foo:bar xmlns:foo="foobar" xmlns:bar="foobar" foo:a="b" bar:a="c"/>
>>
>> foo:a and bar:a would be the same attribute and this should be  
>> reported as an error.
>
>By a namespace-aware parser. It's not an error for a non-namespace- 
>aware parser.

Yes, it's a Namespace well-formedness error:

  http://www.w3.org/TR/REC-xml-names/#dt-nwf

not an XML well-formedness error.

-- Richard
Next in thread → Next in month →