Saturday, 17 August 2013

Windows Phone 8: Read XML/RSS with HTML spec chars

Windows Phone 8: Read XML/RSS with HTML spec chars

I have an RSS feed (I have no control over it) but it has some HTML
special characters in ( Specifically £) is there any way in VB I can
remove these? I tried using the below but it didn't work.
Dim Fixer As String = e.Result
Fixer.Replace("£", "")
Dim resultElements As XElement = XElement.Parse(Fixer)
Help is appriciated

No comments:

Post a Comment