FMX - external xml broken by html tags

Hello! :trout:

I am having a little trouble figuring out how to solve this issue.
I am loading an external xml into flash. The parsing works perfectly except for the fact that I can’t display the text between html tags.
Flash interprets the html tag as an xml tag so it brakes the text chain. It just doesn’t display the text after that in that node.
It didn’t work with textField.html properties set to true.
Does anyone know how to make flash skip the html tags in that xml formatted text?

thanks!