XML Special Characters Problem
I Have This Tag In My XML File:
<name>conceição</name>
i don't know why, but for some reason he gets the name until the " i " character, after that, he puts another line and at the end he gets escaping sequences like this:
\n\t\t
what i want:
- know a way how to put together these parts "concei" & "ção" and remove the escape sequences "\n\t\t"
can somebody help me please
|