- From: Damien B <night.kame@gmail.com>
- Date: Wed, 06 Aug 2008 16:49:03 +0200
- To: Alejandro Gonzalo Bravo García <alejandrogbravo@yahoo.es>
- CC: www-validator@w3.org
Hello, (I put the list back in copy). I tried with a simplified document: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"> <head><title>b</title></head> <body><hr /></body> </html> It produces the same error you encounter. Trying doctype overriding in the validator, it validates fine as XHTML 1.1, and not as XHTML Basic 1.0. But, in the selection of doctype for overriding, there is no XHTML Basic 1.1 proposed. So the question is: is XHTML Basic 1.1 supported by the current release of the validator, or only Basic 1.0? Damien
Received on Wednesday, 6 August 2008 14:52:21 UTC