Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 18

CurtisOdenericgillettejohansonlocker +15 guests

Rss error when check using validator checker

I want to make auto post to facebook using networkedblog.com.. and it required an url rss feed from my vanilla website.. but networkedblog.com said that my url feed found an error..

actually i didnt found any error when try to open it from direct url, you can check it also from this url http://gudangartikel.net/discussions/feed.rss

but when i try to check using Validator Checker http://validator.w3.org/feed/

it tells some error like this, you can see my screen shot

image


I need your help please..
Tagged:

Comments

  • x00x00
    Posts: 1,546 Accepted Answer
    it look like the google translate insert is causing this. You cannot have scripts in feeds. You must have put it there. feed are xml with their own standard, you can't put html tags without escaping with CDATA, an not outside a relevant tag.

    grep is your friend.

  • Posts: 23
    omg,, i dont know how to solve this??

    what should i to do?? @x00
  • x00x00
    Posts: 1,546 Accepted Answer
    remove it. It must have been either put in the feed.master, or by a plugin hook.

    grep is your friend.

  • x00x00
    Posts: 1,546 Accepted Answer
    also [Halaman dibuat dalam 0.2952 detik.] should not be there.

    grep is your friend.

  • Posts: 23
    Oke I remove it now.. I will make a test later..

    thanks for your solutions dude..
  • x00x00
    Posts: 1,546 Accepted Answer
    also <font color="7F7F7F">[Halaman dibuat dalam 0.2952 detik.]</font> should not be there. I meant

    grep is your friend.

Sign In or Register to comment.