Exclamation Mark in XML -> AS3 dynamic text?

I have an XML file which contains some texts, let’s say testimonials or something like that. It contains characters like commas, inverted commas, question marks, periods etc. But it does have exclamation marks too…

I think exclamation mark is an invalid character in XML. Anyway, how to display this exclamation mark in dynamic text in AS3?

The XML is modifying by a third person. So it will be difficult if we say type this pattern to replace it for exclamation mark…