validator/htdocs/docs errors.html,1.44,1.45

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv15515/htdocs/docs

Modified Files:
	errors.html 
Log Message:
Regenerated.

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- errors.html	21 Oct 2007 19:26:41 -0000	1.44
+++ errors.html	22 Feb 2010 18:04:43 -0000	1.45
@@ -73,6 +73,18 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-47">47: end of document in prolog</dt>
+        <dd><div class="ve mid-47">
+  <p>
+      This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="./feedback.html">report</a> any discrepancy.
+  </p>
+</div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=47#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-63">63: character data is not allowed here</dt>
         <dd><div class="ve mid-63">
     <p>
@@ -214,9 +226,10 @@
     <p>
       Another possibility is that you used an element which requires
       a child element that you did not include. Hence the parent element
-      is "not finished", not complete. For instance, in HTML the &lt;head&gt; element
-      must contain a &lt;title&gt; child element, lists (ul, ol, dl) require list items (li, 
-      or dt, dd), and so on. 
+      is "not finished", not complete. For instance, in HTML the &lt;head&gt;
+      element must contain a &lt;title&gt; child element, lists require
+      appropriate list items (&lt;ul&gt; and &lt;ol&gt; require &lt;li&gt;;
+      &lt;dl&gt; requires &lt;dt&gt; and &lt;dd&gt;), and so on.
     </p>
   </div>
 	<p>
@@ -668,6 +681,26 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-323">323: DTD did not contain element declaration for document type name</dt>
+        <dd><div class="ve mid-323">
+    <p>
+	A DOCTYPE declares the version of the language used, as well as what the root
+	(top) element of your document will be. For example, if the top element 
+	of your document is &lt;html&gt;, the DOCTYPE declaration 
+	will look like: "&lt;!DOCTYPE html".                                                                                                                  
+    </p>
+	<p>
+	In most cases, it is safer not to type or edit the DOCTYPE declaration at all,
+	and preferable to let a tool include it, or copy and paste it from a 
+	<a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">trusted list of DTDs</a>.
+	</p>
+  </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=323#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-325">325: reference to entity X for which no system identifier could be generated</dt>
         <dd><div class="ve mid-325">
     <p>
@@ -1140,12 +1173,6 @@
 	</p>
 	</li>
       
-        <li id="ve-47"><p>47: end of document in prolog
-	  <a href="../feedback.html?errmsg_id=47#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-48"><p>48: X declaration not allowed in prolog
 	  <a href="../feedback.html?errmsg_id=48#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
@@ -2598,12 +2625,6 @@
 	</p>
 	</li>
       
-        <li id="ve-323"><p>323: DTD did not contain element declaration for document type name
-	  <a href="../feedback.html?errmsg_id=323#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-324"><p>324: invalid default SGML declaration
 	  <a href="../feedback.html?errmsg_id=324#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>

Received on Monday, 22 February 2010 18:04:46 UTC