- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 May 2007 06:45:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv31214/httpd/cgi-bin
Modified Files:
	check 
Log Message:
re-wording for documents checked with xml-wf only
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.523
retrieving revision 1.524
diff -u -d -r1.523 -r1.524
--- check	20 May 2007 23:17:28 -0000	1.523
+++ check	22 May 2007 06:45:16 -0000	1.524
@@ -2383,6 +2383,7 @@
     # since parsing was done without validation, result can only be "well-formed"
     if ($File->{Mode} eq 'XML' and lc($File->{Root}) ne 'html') {
       $File->{XMLWF_ONLY} = TRUE;
+      add_warning('W09xml', {});
     }
     return;
   }
Received on Tuesday, 22 May 2007 06:45:21 UTC