- From: Karl Dubost <kd@w3.org>
- Date: Mon, 24 Jul 2000 10:41:10 +0200 (MET DST)
- cc: www-validator@w3.org, Gerald Oskoboiny <gerald@w3.org>
On Thu, 20 Jul 2000, Capt. N wrote:
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1: <?xml version="1.0" encoding='iso-8859-1'?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4: <html>
5: <head>
It works with simple quote around the encoding declaration. But as it's
stated in Encoding Declaration [1], it should work with double quote.
[1] http://www.w3.org/TR/1998/REC-xml-19980210#charencoding
--
Karl Dubost / W3C - Conformance Manager
http://www.w3.org/
--- Be Strict To Be Cool! ---
Received on Monday, 24 July 2000 04:41:13 UTC