How do you parse embedded HTML (formatted text) in XML? The PHP parser seems to parse the HTML tags as part of the XML tags and so the formatted text doesn't display properly. I need to write a very general XML parser which will handle different kinds of XMLs for a web page.