Wordpress rss feeds not validating?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Danielle
    Confirmed User
    • Jun 2002
    • 1227

    #1

    Wordpress rss feeds not validating?

    Has anyone noticed that when using wordpress that your out going rss feeds do not validate if you use incoming rss feeds that use the ? in the affiliate url on the link tag?

    How does everyone handle this?

    Hugs,
    Danielle
  • 2HousePlague
    CURATOR
    • Jul 2004
    • 14572

    #2
    Try a replace in the reader code, something like this:

    Code:
       $XMLfilename = $_REQUEST["XMLFILE"];
    	  $XMLfilename = str_replace("***","?", $XMLfilename);
        } else {
          // It is local and must be in the same directory
          $XMLfilename = basename($_REQUEST["XMLFILE"]);
    	  $XMLfilename = str_replace("***","?", $XMLfilename);




    2hp
    tada!

    Comment

    • Danielle
      Confirmed User
      • Jun 2002
      • 1227

      #3
      Originally posted by 2HousePlague
      Try a replace in the reader code, something like this:

      Code:
         $XMLfilename = $_REQUEST["XMLFILE"];
      	  $XMLfilename = str_replace("***","?", $XMLfilename);
          } else {
            // It is local and must be in the same directory
            $XMLfilename = basename($_REQUEST["XMLFILE"]);
      	  $XMLfilename = str_replace("***","?", $XMLfilename);




      2hp
      What wordpress file would you add that to?

      Hugs,
      Danielle

      Comment

      • 2HousePlague
        CURATOR
        • Jul 2004
        • 14572

        #4
        That's a mod of the RSS reader to handle the irregular character, assuming that is the only reason you're not validating. Post your error message or the problem feed URL.




        2hp
        tada!

        Comment

        • Danielle
          Confirmed User
          • Jun 2002
          • 1227

          #5
          Originally posted by 2HousePlague
          That's a mod of the RSS reader to handle the irregular character, assuming that is the only reason you're not validating. Post your error message or the problem feed URL.




          2hp
          http://www.nudeamateurgirls.com/testblog/?feed=rss2

          XML parsing error: <unknown>:18:66: not well-formed (invalid token)

          And it is pointing to the ? mark in the link tag.

          Hugs,
          Danielle

          Comment

          • 2HousePlague
            CURATOR
            • Jul 2004
            • 14572

            #6
            That's Autoblogger, yes? Try setting the the "Permalinks point to" this website option here: [your path]ABP/index.php?main=2&sub=2




            2hp
            tada!

            Comment

            • Danielle
              Confirmed User
              • Jun 2002
              • 1227

              #7
              Originally posted by 2HousePlague
              That's Autoblogger, yes? Try setting the the "Permalinks point to" this website option here: [your path]ABP/index.php?main=2&sub=2




              2hp
              Nope. Just the Wordpress deafult rss feeds.

              Hugs,
              Danielle

              Comment

              Working...