View Single Post
Old 12-10-2013, 10:57 PM   #298
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,461
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@arspr: A nesting error is only an error at the point where a mismatched closing tag is present, not where the opening tag is present. Therefore the behavior of Check Book is correct.

As for xmlns:xml, that declaration is redundant and should be removed. The xml namespace is *always* defined in XML documents. http://www.w3.org/XML/1998/namespace

I suppose I could have the html 5 parser remove it automatically, I will look into that.
kovidgoyal is online now