I see that some rss on xml have strange strings.
For example, ... is ….
What is this? And why? Its about CDATA?
On my web application (C#), reading rss, I usually do myString.Replace("…", "...") : not sure if it’s the best strategy
These are numeric character references.
In this case, the numeric character reference for the ellipsis character –
….