Question
Parsing XML
I'm a bit of a noob with parsing XML with coldfusion and I
could use some help with an issue.
I'm trying to parse the following XML file;
http://www.bbc.co.uk/travelnews/tpeg/en/local/rtm/rtm_tpeg.xml
and I get the following error;
Character conversion error: "Illegal ASCII character, 0xe9" (line number may be too low).
The error occurred on line 9.
I can post my code if this is helpful? But it works fine when parsing a different XML file.
Any ideas?
I'm trying to parse the following XML file;
http://www.bbc.co.uk/travelnews/tpeg/en/local/rtm/rtm_tpeg.xml
and I get the following error;
Character conversion error: "Illegal ASCII character, 0xe9" (line number may be too low).
The error occurred on line 9.
I can post my code if this is helpful? But it works fine when parsing a different XML file.
Any ideas?
