validator/htdocs/docs api.html,1.1,1.2

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

Modified Files:
	api.html 
Log Message:
style for the SOAP reference

Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- api.html	9 Nov 2005 08:16:34 -0000	1.1
+++ api.html	10 Nov 2005 06:59:13 -0000	1.2
@@ -5,8 +5,8 @@
 --><!--#include virtual="../header.html" -->
 
 <div class="doc">
-<h2>API (programmatic interface)<br />
-and SOAP 1.2 validation interface </h2>
+<h2>Markup Validator Web Service API<br />
+SOAP 1.2 validation interface documentation</h2>
 
 <h3 id="TableOfContents">Table of Contents</h3>
 
@@ -38,7 +38,7 @@
 between requests. The Markup Validation service is a free, public service for all, your respect
 is appreciated. thanks.</p>
 
-<table>
+<table class="refdoc">
 <tr>
 <th>Parameter</th><th>Description</th><th>Default value</th>
 </tr>
@@ -156,7 +156,7 @@
 </pre>
 <h4 id="soap12response">SOAP1.2 response format reference</h4>
 
-<table>
+<table class="refdoc">
 <tr><th>element</th><th>description</th></tr>
 <tr>
   <th id="soap12_markupvalidationresponse">markupvalidationresponse</th>
@@ -216,7 +216,7 @@
 <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>
+<table class="refdoc">
 <tr><th>element</th><th>description</th></tr>
 <tr>
   <th id="soap12_line">line</th>

Received on Thursday, 10 November 2005 06:59:25 UTC