Ive ran into a stumbling block trying to parse an xml document. I control
the parsing and the creation of the xml document so I can do any changes
from either side of it. Problem I have run into is my xml document has a é
in it. Ive ran htmlentities on it and it converts it to é but
everytime I try and run xml parse on that I get the error code of "undefined
entity at line 108". Has anyone ran into this problem before or know a
solution to handle these issues?