Re: [xml-dev] [good] Question about NS 1.1

From
Richard Tobin <>
To
Date
2002-04-11T17:34:53Z
ID
<>
Thread
Re: [xml-dev] [good] Question about NS 1.1
>"Undeclaring" an unused namespace prefix should have
>no effect whatsoever on the interpretation of the document;

It does have the minor advantage of keeping broken documents broken:
if you include a document with an unbound prefix in content in a
document that happens to declare that prefix, it won't get magically
and perhaps incorrectly "fixed".

-- Richard