tidy-html5/test/testbase/out_443362.html
Geoff R. McLane 5ae0ba4152 Update the 'testbase' to 5.1.8
There were just 21 of 227 message text files changed,
and just 15 of 220 html outputs changed.

After reviewing each diff carefully it seems all changes
were 'better', thus all are deemed acceptable to be
included in this 'testbase' update.

See report-5.1.8.txt for a full list of the changes.
2015-09-09 14:22:11 +02:00

26 lines
865 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[ #443362 ] null-pointer except. for doctype in
pre</title>
</head>
<body>
<h1>Unofficial W3C Validator FAQ</h1>
<p>This is a list of frequently asked questions and answers asked
on the <a href=
"http://lists.w3.org/Archive/Public/www-validator-css/"
title="Mailing list archive">www-validator-css@w3.org mailing
list</a>.</p>
<h2>What does "<code>org.xml.sax.SAXException: Please, fix your
system identifier (URI) in the DOCTYPE rule.</code>" mean?</h2>
<p>Your XHTML document contains a document type declaration but
the system identifier points at some non-W3C URI. Your document
probably contains something like this:</p>
<pre>
</pre>
</body>
</html>