validator/htdocs/dev/tests index.html,1.79,1.80

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv8806

Modified Files:
	index.html 
Log Message:
adding a number of test cases for documents without doctype. sgml or xml, well-formed or not

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- index.html	26 Jun 2007 09:03:09 -0000	1.79
+++ index.html	26 Jun 2007 09:04:41 -0000	1.80
@@ -380,6 +380,7 @@
           <li><a href="../../check?uri=http://www.w3.org/TR/1998/REC-xml-19980210.xml">XML 1.0</a></li>
         </ul>
 <h4 id="invalid_nodoctype">Missing Doctype</h4>
+<p>See also <a href="well-formed">Docs that should be Well Formed</a> for examples of doctype-less but well-formed XML documents.</p>
 <ul>
   <li>
     <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">validate</a> -

Received on Tuesday, 26 June 2007 09:16:28 UTC