validator/htdocs/docs api.html,1.8,1.9

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv30834

Modified Files:
	api.html 
Log Message:
documenting debug=1 effect on soap API

Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- api.html	16 May 2007 08:35:15 -0000	1.8
+++ api.html	28 Jun 2007 06:05:43 -0000	1.9
@@ -102,6 +102,11 @@
   <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 @@
 <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>

Received on Thursday, 28 June 2007 06:05:50 UTC