[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 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] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|