Hi, I'm attempting to read an xml file which uses the encoding - 'cp1252' (Windows Latin-I). The xerces-J parser throws up an exception... 'org.xml.sax.SAXParseException: The encoding "Cp1252" is not supported.' What do I have to do to get a parser to read an XML file with this encoding. Regards, Oran