RSS Feed Formatting Issues

Discussion in 'XML & RSS' started by Mattox, Dec 19, 2007.

  1. #1
    Hey all,

    I'm adding RSS feed to my own blogging software, I'm having some issues with the formatting of the RSS feed.

    
    line 19, column 93: XML parsing error: <unknown>:19:93: not well-formed (invalid token) [help]
    
        ... //www.n800blog.com/blog.aspx?id=92&story=N800_Controlled_PLEN?</link> <g ...
    
    Code (markup):
    It's erroring on the N after story=

    Any thoughts?

    Cheers
     
    Mattox, Dec 19, 2007 IP
  2. akram

    akram Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    You have to replace the & just before the N in the URL with &amp;
     
    akram, Dec 19, 2007 IP
  3. Mattox

    Mattox Guest

    Messages:
    141
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Fantastic, thanks mate.

    Matt
     
    Mattox, Dec 19, 2007 IP