• I have a blog which I am reading posts in via an rss feed. It is reading in the posts fine. However, these feeds I am reading in are now breaking the out feed.

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

    <link>http://<SNIPPED>wmaster.asp?h=2210545080
    ^

    This tells me the wordpress blog is having problems
    and not properly changing the = so its proper format which should be = I believe (off the top of my head)

    What can I do to correct this problem, I don’t see how a feed can be read in fine and then not be able to be exported.. so this must be a wordpress bug

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bugmaster

    (@bugmaster)

    argh this blog is changing my codes hehe
    & #61; for =
    the ^ should be pointing to the first zero in the string, thats where the xml feed verifier is showing the problem indicating the problem is the = sign

    Thread Starter bugmaster

    (@bugmaster)

    I fixed it. The sending feed was not encoding its url’s properly.

    i made a script to read in a feed and converted the ? to
    & #63; and output the feed and it all working

    it was not the equal sign… It was the dam ?

    THREAD CLOSED.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feed Not Working – XML Parsing Error’ is closed to new replies.