validator/share/templates/en_US error_messages.cfg,1.22,1.23

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv13504/templates/en_US

Modified Files:
	error_messages.cfg 
Log Message:
error message explanation for missing xmlns


Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- error_messages.cfg	24 Apr 2007 00:56:41 -0000	1.22
+++ error_messages.cfg	7 May 2007 14:43:03 -0000	1.23
@@ -1935,3 +1935,14 @@
 <msg 447>
   original = "Sorry, \#ALL and \#IMPLICIT content tokens not implemented"
 </msg>
+<msg no-xmlns>
+  original = "Missing xmlns attribute for element %1. The value should be: %2"
+  verbose <<.EOF.
+    <div class="ve no-xmlns">
+      <p>
+        Many Document Types based on XML need a mandatory <code>xmlns=""</code> on the root element. For example, the root element for <a href="http://www.w3.org/TR/xhtml1/#strict">XHTML</a> will look like:<br />
+        <code>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;</code>
+      </p>
+    </div>
+  .EOF.
+</msg>
\ No newline at end of file

Received on Monday, 7 May 2007 14:43:07 UTC