- From: Paul Philion <philion@acmerocket.com>
- Date: Fri, 20 Oct 2000 10:23:06 -0400 (EDT)
- To: <www-validator@w3.org>
Greetings -
I was just playing with online validation of XHTML, and I can't get the
upload validator to work:
http://validator.w3.org/file-upload.html
With the following sample (from the XHTML spec):
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en" lang="en">
<head>
<title>Virtual Library</title>
</head>
<body>
<p>Moved to <a href="http://vlib.org/">vlib.org</a>.</p>
</body>
</html>
This is right from the spec (except for the qualified URL for the DTD).
The normal validator works fine.
- Paul Philion
Received on Saturday, 21 October 2000 04:01:59 UTC