Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
diff --git a/valid.c b/valid.c
index e756b0d..123a93c 100644
--- a/valid.c
+++ b/valid.c
@@ -297,6 +297,7 @@
 
 /**
  * xmlAddElementDecl:
+ * @ctxt:  the validation context
  * @dtd:  pointer to the DTD
  * @name:  the entity name
  * @type:  the element type
@@ -2343,6 +2344,7 @@
  * @doc:  a document instance
  * @elem:  an element instance
  * @attr:  an attribute instance
+ * @value:  the attribute value (without entities processing)
  *
  * Try to validate a single attribute for an element
  * basically it * does the following checks as described by the
@@ -2852,8 +2854,6 @@
     xmlChar *value;
     int ret = 1;
 
-    /* TODO xmlValidateElement */
-
     if (elem == NULL) return(0);
     CHECK_DTD;