in reply to XML invalid token
Is my assumption correct? Then you have to fix the problem with preprocessing in order to make an standard compliant XML stream. Either replace the byte as above, or if it really affects all bytes in the range 0x80 to 0xFF, simply change the encoding declaration in the XML prolog, e.g.:
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML invalid token
by Ea (Chaplain) on Nov 15, 2011 at 16:19 UTC |