I'm trying to import an XML file but there is a character that is not not being accepted by PHP.
The only non-standard characters I am seeing are the @ symbol and some encoded characters <
for < >
for > and &
for &. Does XML have a hard time understanding any of these?
In an XML document you should always encode the following characters to ensure a proper parsing:
<
>
&
'
"