xml load error

It happens error where xml file loaded in FF, chrome(It’s ok in IE).
I attached the xml file and refer to it.(header=>UTF/save as UTF)

I changed xml header to <?xml version="1.0" encoding="ISO-8859-1" ?>
and saved as ansi because of error.
so korean character is broken.

please help me out.
Thank you.
cb.zip (928 Bytes)

encoding ISO-8859-1 have no Korean characters. To see them you need to leave UTF encoding.

Or put your datas in CDATA

I tested it already;;