|
Namespaces and DTDs are orthagonal. They don't really
have anything to do with each other. DTDs don't know anything about namespaces
at all. So if you give the name 'a' in the DTD, you literally have to use the
name 'a' in the XML. If you give the name 'foo:a' in the DTD, you have to
literally use the name 'foo:a' in the XML. That foo might be mapped to some URL,
but that DTD doesn't know or care because there is no way to indicate in the DTD
that what you really want to check for is "{http://www.booger.com/foo}a". If IE
is accepting this, it must be in error, or is not
validating.
--------------
|
- namespaces and Valid XML Boris Tarasyuk
- Re: namespaces and Valid XML Dean Roddey
- Re: namespaces and Valid XML Joseph_Kesselman
- Re: namespaces and Valid XML Boris Tarasyuk
- Re: namespaces and Valid XML Joseph_Kesselman
- Re: namespaces and Valid XML Boris Tarasyuk
- Re: namespaces and Valid XML Dean Roddey
- Re: namespaces and Valid XML Boris Tarasyuk
- RE: namespaces and Valid XML Dean Roddey
- RE: namespaces and Valid XML Dean Roddey
