An error in the soap response

Hi all,

I'm working with the validator's api for a humble
app I'm planning to realease soon -I hope ;-)

And I discovered a little error in the soap
m:explanation element. It's about the suggested
FAQ urls. They're all relative to the W3C validator
server. And IMHO thye should be complete and not
relative, because the one who consumes the api
is supposed to be outside the W3C validator server(s)

So it should be

<p>
  If this error occurred in a script section of your document, you
should probably
 read this <a href="http://validator.w3c.org/docs/help.html#faq-javascript">FAQ
entry</a>.
</p>.

and not

<p>
If this error occurred in a script section of your document, you should probably
read this <a href="docs/help.html#faq-javascript">FAQ entry</a>.
</p>

See the link in that paragraph which is extracted from the soap answer
to validating google's page.


Karim
--
http://akoncept.com
Innovate Humanum Est.

Received on Monday, 8 October 2007 01:38:43 UTC