XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Namespace prefix declarations vs DTDs

On Fri, May 15, 2009 at 6:14 PM, Bjoern Hoehrmann <derhoermi@gmx.net> wrote:
> Hi,
>
>  I would like the XML Conformance Test Suite to cover test cases such
> as these two documents.
>
>  <!DOCTYPE x [ <!ELEMENT x EMPTY> ]>
>  <x xmlns:xml='http://www.w3.org/XML/1998/namespace'/>
>
>  <!DOCTYPE x [ <!ELEMENT x EMPTY> ]>
>  <x xmlns:foo='http://example.org'/>
>
> The reason for inclusion is that there is confusion as to whether the
> documents are valid. My own reading is that both documents are not
> valid. The libxml2 tool xmllint regards the first as valid but the
> second as invalid. The W3C Markup Validator accepts both as valid.
>

 The W3C Markup Validator is wrong about both of them. xmllint is
wrong about the first. Both of these are clearly invalid. Namespace
declaration attributes are in no way special with respect to DTD
validation. They must be declared in order for the document to be
valid.

-- 
Elliotte Rusty Harold
elharo@ibiblio.org


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS