Is there a length limit or maximum size for description tag inside an RSS item?
Also, does this tag accommodate HTML tags?
I will be generating both the <description> and <content:encoded> from the same source HTML and also wanted to know if the <description> tag accommodates HTML.
As I know there are not a length limit.
2
So do you want to cut text somewhere and add …?
In this case just use substr.
Replace 250 by the size you want.