I have strings.xml in UTF-16LE format.
When I try to parse it ,it works fine in JDK1.4 version, but giving the following error in JDK 1.5 version.
"SAXexception: Content is not allowed in Prolog".
What is the problem ?
Printable View
I have strings.xml in UTF-16LE format.
When I try to parse it ,it works fine in JDK1.4 version, but giving the following error in JDK 1.5 version.
"SAXexception: Content is not allowed in Prolog".
What is the problem ?