Hi all,
I'm hoping someone here can help. I am creating an xml document using DOMDocument. With most of the items I am adding attributes that have non-English characters with the addattribute() method but this is changing the non-English characters into html entity codes like á
However I have discovered that html entities like these are not valid in xml documents but their number based entities such as & #193; are.
I can't seem to find how to to force DOMDocument to create the entities using the number based method. Does anyone have experience with this?
Thanks,
Damien.