I am processing an external xml document using the method described here ( How to use XMLReader in PHP? ), but I'm coming across this error:
...parser error : Entity 'Atilde' not defined in...
and similar, such as
cent, acirc, not
The error occurs on the $z->expand() function. If I comment that out, it occurs on the $z->next() function.
I know the problem field and have tried to edit it with base64_encode before expanding, but it's readonly.
EDIT: the problem string is:
...ââ¬Â...
end edit
Thank you for any help given.