Question -- the xml parser appears to automatically convert special html-encoded characters in xml ( such as ' and > ) to their character equivalents -- & and >. I need to store these characters in their encoded form, so this is a problem for me. Rather than slap htmlspecialchar() onto every element call in the script (which is both ugly and inefficient), what else can I do?
Thanks in advance for any assistance. 🙂