validator/htdocs/docs api.html,1.5,1.6

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

Modified Files:
	api.html 
Log Message:
link fix (port to HEAD) 


Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- api.html	2 Nov 2006 04:06:43 -0000	1.5
+++ api.html	2 Nov 2006 06:34:15 -0000	1.6
@@ -74,7 +74,7 @@
   <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 @@
 env:encodingStyle=&quot;http://www.w3.org/2003/05/soap-encoding&quot; 
 xmlns:m=&quot;http://www.w3.org/2005/10/markup-validator&quot;&gt;
     &lt;<a href="#soap12_uri">m:uri</a>&gt;http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html&lt;/m:uri&gt;
-    &lt;<a href="#soap12eckedby">m:checkedby</a>&gt;http://validator.w3.org/&lt;/m:checkedby&gt;
+    &lt;<a href="#soap12_checkedby">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;false&lt;/m:validity&gt;
@@ -222,7 +222,7 @@
 <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">

Received on Thursday, 2 November 2006 06:34:31 UTC