diff options
author | ot <ot@localhost> | 2006-02-23 15:45:05 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-02-23 15:45:05 +0000 |
commit | e06cef81a3368ea84309189816fc4fcaedf4facb (patch) | |
tree | c07c298bdece38b0606145154467cbfd5bac7a1c /htdocs/docs/api.html | |
parent | 9d4284f77dc7ed6946a410b50ae9c1242425fa7b (diff) | |
download | markup-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-x | htdocs/docs/api.html | 8 |
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="http://www.w3.org/2005/10/markup-validator"> <<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 @@ xmlns:m="http://www.w3.org/2005/10/markup-validator"> </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> |