summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/api.html
diff options
context:
space:
mode:
authorot <ot@localhost>2006-02-23 15:45:05 +0000
committerot <ot@localhost>2006-02-23 15:45:05 +0000
commite06cef81a3368ea84309189816fc4fcaedf4facb (patch)
treec07c298bdece38b0606145154467cbfd5bac7a1c /htdocs/docs/api.html
parent9d4284f77dc7ed6946a410b50ae9c1242425fa7b (diff)
downloadmarkup-validator-e06cef81a3368ea84309189816fc4fcaedf4facb.zip
markup-validator-e06cef81a3368ea84309189816fc4fcaedf4facb.tar.gz
markup-validator-e06cef81a3368ea84309189816fc4fcaedf4facb.tar.bz2
updating doc with actual value range for validity info
Diffstat (limited to 'htdocs/docs/api.html')
-rwxr-xr-xhtdocs/docs/api.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html
index 9cc9957..ed48ee4 100755
--- a/htdocs/docs/api.html
+++ b/htdocs/docs/api.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: api.html,v 1.2 2005-11-10 06:59:13 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-11-10 06:59:13 $"
+<!--#set var="revision" value="\$Id: api.html,v 1.3 2006-02-23 15:45:05 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-02-23 15:45:05 $"
--><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -130,7 +130,7 @@ xmlns:m=&quot;http://www.w3.org/2005/10/markup-validator&quot;&gt;
&lt;<a href="#soap12eckedby">m:checkedby</a>&gt;http://validator.w3.org/&lt;/m:checkedby&gt;
&lt;<a href="#soap12_doctype">m:doctype</a>&gt;-//W3C//DTD XHTML 1.0 Transitional//EN&lt;/m:doctype&gt;
&lt;<a href="#soap12_charset">m:charset</a>&gt;utf-8&lt;/m:charset&gt;
- &lt;<a href="#soap12_validity">m:validity</a>&gt;Invalid&lt;/m:validity&gt;
+ &lt;<a href="#soap12_validity">m:validity</a>&gt;false&lt;/m:validity&gt;
&lt;<a href="#soap12_errors">m:errors</a>&gt;
&lt;<a href="#soap12_errorcount">m:errorcount</a>&gt;1&lt;/m:errorcount&gt;
&lt;<a href="#soap12_errorlist">m:errorlist</a>&gt;
@@ -185,7 +185,7 @@ xmlns:m=&quot;http://www.w3.org/2005/10/markup-validator&quot;&gt;
</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>