XML parsing error in RSS

acergeace

New Member
I'm getting a very weird error when validating my RSS feed: \[code\]XML parsing error: <unknown>:68:290: not well-formed (invalid token)\[/code\]The line where this error is reported is:\[code\]<description><![CDATA[<img src='http://thumbnails.visually.netdna-cdn.com/sustainability-at-the-idb_514334bc3b1b4_w300_h300.png'></img><br/>]]> The IDB takes its commitment to responsible development in Latin America and the Caribbean seriously. Our approach to sustainability is twofold. We maximize positive environmental and social impacts, while minimizing risks to natural and human capital</description>\[/code\]And the actual character is the e from "We maximize".This is so weird, I never saw anything like it.Some problems I've ruled out:
  • description is not too long
  • all my amperstands are encoded as \[code\]&\[/code\]
 
Back
Top