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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:17 UTC