Yes, <![CDATA[ tells the browser to NOT parse anything within those tags as XML... so it will try to ignore &'s and %'s and everything else that would otherwise break XML.
I hate the <![CDATA[
But what can ya do... it's a necessary UGLY evil that seems to be coming on strong, especially with RSS as popular as it is now.
|