[
Lists Home |
Date Index |
Thread Index
]
Jimmy,
The snippet below is actually missing a line, so without that missing
line it is legal. The full snippet from the Namespaces in XML
recommendation is:
<!-- http://www.w3.org is bound to n1 and n2 -->
<x xmlns:n1="http://www.w3.org"
xmlns:n2="http://www.w3.org" >
<bad a="1" a="2" />
<bad n1:a="1" n2:a="2" />
</x>
Try this one and see what you get.
Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton
> zhengyu wrote:
>
> Hi, I was reading XML namespace doc 14/Jan/99 version. One of the
> snippets that is supposed to be illegal seems OK with MS net explorer
> 6.0. It is shown below, and the bad element is named "bad."
>
> <!-- http://www.w3.org is bound to n1 and n2 -->
> <x xmlns:n1="http://www.w3.org"
> xmlns:n2="http://www.w3.org" >
> <bad n1:a="1" n2:a="2" />
> </x>
>
> Do any microsoft people have any explanation for this?
>
> Jimmy
begin:vcard
n:Chiusano;Joseph
tel;work:(703) 902-6923
x-mozilla-html:FALSE
url:www.bah.com
org:Booz | Allen | Hamilton;IT Digital Strategies Team
adr:;;8283 Greensboro Drive;McLean;VA;22012;
version:2.1
email;internet:chiusano_joseph@bah.com
title:Senior Consultant
fn:Joseph M. Chiusano
end:vcard
|