Release 1.6, lot of fixes, more validation, code cleanup, added namespace
on attributes, Daniel.
diff --git a/testHTML.c b/testHTML.c
index 27afe35..2c6becc 100644
--- a/testHTML.c
+++ b/testHTML.c
@@ -35,7 +35,6 @@
 
 /*
  * Note: this is perfectly clean HTML, i.e. not a useful test.
- */
 static CHAR buffer[] = 
 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n\
                       \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n\
@@ -52,6 +51,7 @@
 </body>\n\
 </html>\n\
 ";
+ */
 
 /************************************************************************
  *									*