"John F. Whitehead" <jfw@well.com> wrote: > I'm getting the error > > org.xml.sax.SAXException: Please, fix your system identifier (URI) in the DOCTYPE rule. > > when my doctype is > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/strict.dtd"> There's no such DTD at the URI you specified. It should be: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd Regards, -- Masayasu Ishikawa / mimasa@w3.org W3C - World Wide Web ConsortiumReceived on Wednesday, 11 July 2001 08:02:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 27 June 2012 00:13:59 GMT