As you know, the rss description of items are truncated
and [xxxx characters] added at the end. The problem is
when the truncation splits an entity.
Imagine that you have a post that somewhere in the
middle has, say, a < (minus sign), this is converted to
&lt; . If the chopping is made in the beginning of an
entity it will generated badly formed xml, that is
eg, if you have in your post
4<5
this is converted to
4&lt;5
if this is cut on the description
4& [1415 characters]</description>
than we have badly formmed xml, and bum!
I hope I am being clear....
Logged In: YES
user_id=378942
I solved it taking the if out : ) javablog didn't complain for
that : ) still need a better solution