Hi All, I am wondering if all the XML parsers that are available today are internally Unicode based or not. I am working with Apache Xerces-J parser and found that it can not handle Unicode characters in a XML document (or they have some hidden way of working around with them). What I tried was simple - create a UTF-8 encoded XML file, read it into a String, convert this String object into InputSource and try to parse it using Apache DOMParser - it just crashes!! Any insight will be a great help. Thanks and regards, Himanshu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
