This feed does not validate ?

Discussion in 'XML & RSS' started by eliyah, Jun 22, 2009.

  1. #1
    My RSS feed (http://comtechreview.com/feed) not working.
    Check using http://validator.w3.org/feed/ said
    "This feed does not validate"
    line 29, column 96: XML parsing error: <unknown>:29:96: not well-formed (invalid token)
    Code (markup):
    Please help me. Thanks

    Eli
     
    eliyah, Jun 22, 2009 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    The problem is in yours "guid" nodes (lines 29,43,57,...).
    You can't use the '&' character (like '&id=') instead you must use '& amp;'; that's '& amp;id=' (without space, placed here to avoid forum replacement).
     
    ajsa52, Jun 23, 2009 IP
  3. eliyah

    eliyah Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    thanks for your advise, it's very helpfull
     
    eliyah, Jun 24, 2009 IP