strange string on xml (…)

Viewed 28224

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

2 Answers
Related