summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/api.html
diff options
context:
space:
mode:
authorot <ot@localhost>2007-06-28 06:05:43 +0000
committerot <ot@localhost>2007-06-28 06:05:43 +0000
commitd92f7e15b3d8cae13170f6c70f8d59976dbd1abc (patch)
tree1c530337b884e4a1838cc25b41fd403e9bd36167 /htdocs/docs/api.html
parent23ead14831a805fbe0a9b38f41216c3353926c91 (diff)
downloadmarkup-validator-d92f7e15b3d8cae13170f6c70f8d59976dbd1abc.zip
markup-validator-d92f7e15b3d8cae13170f6c70f8d59976dbd1abc.tar.gz
markup-validator-d92f7e15b3d8cae13170f6c70f8d59976dbd1abc.tar.bz2
documenting debug=1 effect on soap API
Diffstat (limited to 'htdocs/docs/api.html')
-rwxr-xr-xhtdocs/docs/api.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html
index 418e729..736c0d2 100755
--- a/htdocs/docs/api.html
+++ b/htdocs/docs/api.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: api.html,v 1.8 2007-05-16 08:35:15 ot Exp $"
---><!--#set var="date" value="\$Date: 2007-05-16 08:35:15 $"
+<!--#set var="revision" value="\$Id: api.html,v 1.9 2007-06-28 06:05:43 ot Exp $"
+--><!--#set var="date" value="\$Date: 2007-06-28 06:05:43 $"
--><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -102,6 +102,11 @@ is appreciated. thanks.</p>
<td>0 (unset)</td>
</tr>
<tr>
+ <th>debug</th>
+ <td>When set to 1, will output some extra debugging information on the validated resource (such as HTTP headers) and validation process (such as parser used, parse mode etc.). In the SOAP output, this information will be given in &lt;m:debug&gt; elements.</td>
+ <td>0 (unset)</td>
+</tr>
+<tr>
<th>ss</th>
<td> as <em>show source</em>. In the web interface, triggers the display of the source
after the validation results. In SOAP output, does not have any impact.</td>
@@ -263,8 +268,9 @@ element, but also the <code>warning</code> element are <code>line</code>, <code>
<h4 id="changelog">Change Log</h4>
<p>Up to version 0.2, all changes are backward-compatible.</p>
<dl>
- <dt>v 0.2 (May 2007)</dt>
+ <dt>v 0.2 (June 2007)</dt>
<dd><ul>
+ <li><code>debug</code> parameter now has an effect on both HTML and SOAP outputs</li>
<li><code>messageid</code> is now implemented</li>
<li>added <code>source</code> and <code>explanation</code> elements.</li>
</ul>