Bug#293557: nxml-mode: id not recognized as a valid attribute for the html element

2011-08-31 Thread A. N. Other
tags 293557 patch stop Untested patch: --- etc/schema/xhtml-struct.rnc 2010-03-11 03:20:43.0 +0100 +++ - 2011-08-31 21:29:22.179172411 +0200 @@ -10,5 +10,5 @@ body = element body { body.attlist, Block.model } body.attlist = Common.attrib html = element html { html.attlist, head, body

Bug#293557: nxml-mode: id not recognized as a valid attribute for the html element

2005-02-04 Thread Vincent Lefevre
Package: nxml-mode Version: 20041004-4 Severity: normal Consider the following XHTML file: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; id="index.en"> . It can be checked with xmllint that it is valid. But the nxml-mode says that it is invalid because t