- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Feb 2006 15:45:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv11587
Modified Files:
api.html
Log Message:
updating doc with actual value range for validity info
Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- api.html 10 Nov 2005 06:59:13 -0000 1.2
+++ api.html 23 Feb 2006 15:45:05 -0000 1.3
@@ -130,7 +130,7 @@
<<a href="#soap12eckedby">m:checkedby</a>>http://validator.w3.org/</m:checkedby>
<<a href="#soap12_doctype">m:doctype</a>>-//W3C//DTD XHTML 1.0 Transitional//EN</m:doctype>
<<a href="#soap12_charset">m:charset</a>>utf-8</m:charset>
- <<a href="#soap12_validity">m:validity</a>>Invalid</m:validity>
+ <<a href="#soap12_validity">m:validity</a>>false</m:validity>
<<a href="#soap12_errors">m:errors</a>>
<<a href="#soap12_errorcount">m:errorcount</a>>1</m:errorcount>
<<a href="#soap12_errorlist">m:errorlist</a>>
@@ -185,7 +185,7 @@
</tr>
<tr>
<th id="soap12_validity">validity</th>
- <td>Whether or not the document validated passed or not formal validation</td>
+ <td>Whether or not the document validated passed or not formal validation (true|false boolean)</td>
</tr>
<tr>
<th id="soap12_errors">errors</th>
Received on Thursday, 23 February 2006 15:45:16 UTC