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
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).