- From: JakieChan <pete_a90@yahoo.com>
- Date: Wed, 12 Jul 2000 18:44:14 -0400 (EDT)
- To: www-validator@w3.org
> I have successfully validated documents that use the > xml declaration. Save the following to a file: <?xml version="1.0" standalone="no"?> <!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>test</title> </head> <body> <p>This is a test.</p> </body> </html> Go to http://validator.w3.org/file-upload.html and upload that file. Also try removing the <?xml ..?> and making the URI of the doctype "DTD/xhtml1-strict.dtd", it won't validate either. It will validate fine for a few combinations if you put the file on a web server use the validator by entering the address. So, I think it is a file upload bug. __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/
Received on Wednesday, 12 July 2000 22:59:06 UTC