diff options
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/api.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index 3ba06b0..c28edf8 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.5 2006-11-02 04:06:43 ot Exp $" ---><!--#set var="date" value="\$Date: 2006-11-02 04:06:43 $" +<!--#set var="revision" value="\$Id: api.html,v 1.6 2006-11-02 06:34:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-11-02 06:34:15 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -74,7 +74,7 @@ is appreciated. thanks.</p> <th>output</th> <td>triggers the various outputs formats of the validator. If unset, the usual Web format will be sent. If set to <code>soap12</code>, the SOAP1.2 interface will - be triggered. See <a href="soap12format">below for the SOAP 1.2 response format description</a>.</td> + be triggered. See <a href="#soap12format">below for the SOAP 1.2 response format description</a>.</td> <td>unset</td> </tr> <tr> @@ -136,7 +136,7 @@ a description of the most important elements of the response.</p> env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://www.w3.org/2005/10/markup-validator"> <<a href="#soap12_uri">m:uri</a>>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html</m:uri> - <<a href="#soap12eckedby">m:checkedby</a>>http://validator.w3.org/</m:checkedby> + <<a href="#soap12_checkedby">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>>false</m:validity> @@ -222,7 +222,7 @@ xmlns:m="http://www.w3.org/2005/10/markup-validator"> <code><a href="#soap12_error">error</a></code>. </p> <h4 id="soap12message">SOAP1.2 atomic message (error or warning) format reference</h4> -<p>As seen as the example above, the children of the <code><a href="soap12_error">error</a></code> +<p>As seen as the example above, the children of the <code><a href="#soap12_error">error</a></code> element, but also the <code>warning</code> element are <code>line</code>, <code>col</code> and <code>message</code>, defined below:</p> <table class="refdoc"> |