Loading XML text that has quotation marks

i am trying to load text from an XML file to a dynamic textfield inside a flash movie…
if the text written on the XML was something like: this is a text message… then it would work…
but if the text written on the XML was something like: this is a “text” message… then it would return an error…

how can i load XML text that has quotation marks in it to flash?