[Feed Validation Service] Error using FeedValidator to validate Atom Feed

Olivier,

Thanks for answer.

I got the error using SOAP API with rawdata.

I detect the error using the FeedValidator Ruby/Rails lib. My RSS
feeds was proceesed fine but the Atom feeds doesn't.

So, I tested the W3C service. First via the web interfaces
(http://validator.w3.org/feed/) and I got errors using "Validate by
Direct Input":

"An error occurred while trying to validate this feed."

I tryed with several Atom feeds (in particual http://rubycorner.com ),
I copy+paste the Atom feed served in the textarea ("Validate by Direct
Input")

And for a quick test of the SOAP part, I make a single html form:

<html>
<body>
<form action="http://validator.w3.org/feed/check.cgi" method="post">
<input type="hidden" value="1" name="manual" />
<input type="hidden" value="soap12" name="output" />
<textarea name="rawdata" id="rawdata" rows="12" cols="75"></textarea>
<input type="submit" value="Check" />
</form>
</body>
</html>

regards,


On 8/18/06, olivier Thereaux <ot@w3.org> wrote:
> Dear Edgar,
>
> Could you give me a pointer to the atom feed you are trying to check?
>
> I could reproduce the problem with the direct input, but the soap
> service worked just fine with my test atom feed:
> http://validator.w3.org/feed/check.cgi?url=http%3A%2F%
> 2Fvalidator.w3.org%2Fwhatsnew.atom&output=soap12
>
> Thank you,
> --
> olivier
>
>


--
Edgar González González
E-mail: edgargonzalez@gmail.com
http://vp.com.ve
http://lacaraoscura.com
http://rubycorner.com
--

Received on Friday, 18 August 2006 15:57:16 UTC