Decode special characters

I got a html/soap/xml answer from a server of my customer.
This answer contains some special characters like & q u o t ; and & a m p ;
Is there a xojo/ios builtin solution to decode this?

Maybe you can use ReplaceAll with these HTML entities.

See http://en.wikipedia.org/wiki/Character_encodings_in_HTML#Character_references
and http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references for a full list. In general, you will not need the whole list ; each language uses about 30 accented characters coded that way, plus the dozen punctuation.

I already did this but maybe there was a better solution for it!

There is an MBS function for this: DecodeFromHTMLMBS

I know, but will it work in iOS?

D’OH! Once again I failed to notice the topic. Apologies.