Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

RSS feed stopped working on Vanilla 2.0.18.2

edited March 2012 in Vanilla 2.0 - 2.8

Kindly check the following url
http://indianfootballnetwork.com/forum/categories/youth-teams/feed.rss

Earlier it was fine. All of a sudden I checked and saw this error.:

error on line 10 at column 179: Specification mandate value for attribute selected

HELP!

Best Answer

  • x00x00 MVP
    Answer ✓

    http://validator.w3.org/feed/check.cgi?url=http://indianfootballnetwork.com/forum/categories/youth-teams/feed.rss

    # <div style="overflow:hidden;"><form action="http://www.flipkart.com/search-book" method="get"><div style="background: #09334d; padding: 5px; float: left;"><img alt="Flipkart.com" title="Flipkart.com" style="max-width: 150px;vertical-align:middle;" src="http://www.flipkart.com/images/flipkart_india.png" /><input type="hidden" name="affid" value="adminindia" /><input type="hidden" name="wgtid" value="FK-AF-SB" /><input type="text" name="query" /><select onchange = 'this.form.action="http://www.flipkart.com/search-"+this.value;'><option value='all' selected>All Categories</option><option value='books' >Books</option><option value='mobiles' >Mobiles & Accessories</option><option value='computers' >Computers</option><option value='cameras' >Cameras</option><option value='games' >Games & Consoles</option><option value='movies' >Movies & TV Shows</option><option value='music' >Music CDs & DVDs</option><option value='audioplayers' >MP3 Players & iPods</option><option value='phcare' >Personal & Health Care</option><option value='homeappliance' >Home & Kitchen</option><option value='tv-video' >TVs & Video Players</option><option value='officesupply' >Pens & Diaries</option></select><input type="button" onclick="this.form.submit()" value="Search" /></div></form></div>
    # <!-- end of Flipkart Search Bar -->
    # <div align="center"><script type="text/javascript"><!--
    # google_ad_client = "ca-pub-5092127746023364";
    # /* Image 468 */
    # google_ad_slot = "2360372863";
    # google_ad_width = 468;
    # google_ad_height = 60;
    # //-->
    # </script>
    # <script type="text/javascript"
    # src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

    All of this should not be there, if you are going to insert things then make it conditional that is not syndication and only xmtml, or contact the developers of those plugins to do so.

    grep is your friend.

Answers

  • Anybody willing to get me out of this trouble? Thanks

  • x00x00 MVP
    Answer ✓

    http://validator.w3.org/feed/check.cgi?url=http://indianfootballnetwork.com/forum/categories/youth-teams/feed.rss

    # <div style="overflow:hidden;"><form action="http://www.flipkart.com/search-book" method="get"><div style="background: #09334d; padding: 5px; float: left;"><img alt="Flipkart.com" title="Flipkart.com" style="max-width: 150px;vertical-align:middle;" src="http://www.flipkart.com/images/flipkart_india.png" /><input type="hidden" name="affid" value="adminindia" /><input type="hidden" name="wgtid" value="FK-AF-SB" /><input type="text" name="query" /><select onchange = 'this.form.action="http://www.flipkart.com/search-"+this.value;'><option value='all' selected>All Categories</option><option value='books' >Books</option><option value='mobiles' >Mobiles & Accessories</option><option value='computers' >Computers</option><option value='cameras' >Cameras</option><option value='games' >Games & Consoles</option><option value='movies' >Movies & TV Shows</option><option value='music' >Music CDs & DVDs</option><option value='audioplayers' >MP3 Players & iPods</option><option value='phcare' >Personal & Health Care</option><option value='homeappliance' >Home & Kitchen</option><option value='tv-video' >TVs & Video Players</option><option value='officesupply' >Pens & Diaries</option></select><input type="button" onclick="this.form.submit()" value="Search" /></div></form></div>
    # <!-- end of Flipkart Search Bar -->
    # <div align="center"><script type="text/javascript"><!--
    # google_ad_client = "ca-pub-5092127746023364";
    # /* Image 468 */
    # google_ad_slot = "2360372863";
    # google_ad_width = 468;
    # google_ad_height = 60;
    # //-->
    # </script>
    # <script type="text/javascript"
    # src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

    All of this should not be there, if you are going to insert things then make it conditional that is not syndication and only xmtml, or contact the developers of those plugins to do so.

    grep is your friend.

  • Thanks. That was sweet!

  • yep definitely if you have a problem with feeds definately the validator is the first course of action.

    grep is your friend.

Sign In or Register to comment.