Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

An invalid XML character (Unicode: 0x{2})

843834Aug 9 2004 — edited Oct 28 2004
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x{2}) was found in the value of attribute "{1}".

I get this exception when I try to parse an XML document.This document is generated using a stored procedure.The encoding for the document is "ISO-8859-1".I observed that there are some "null/junk" characters in the tables that the stored procedure runs against.Is there a particular character encoding which can fix this?Removing the "null/junk" characters in the tables is not a viable option.
Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2004
Added on Aug 9 2004
11 comments
2,409 views