Quote Originally Posted by penagate View Post
You could use the htmlspecialchars function to encode the text before inserting it into the XML document:

PHP Code:
htmlspecialchars($textENT_XML1

and where do I use this exaCTly on my php code ?