DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14632>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14632 Masing of Control characters in XML files, as parser thorough errors. Summary: Masing of Control characters in XML files, as parser thorough errors. Product: Xerces-C++ Version: 1.5 Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using xerces-c-src1_5_0 version XML Parser. I am using DOM parser for parsing xml files. My XML file is as given below. <ARGCLASS> <OBJECT> <OBJNAME>DoerInPutArgs_xml</OBJNAME> <MEMBER> <MEMBERNAME>IPAddress</MEMBERNAME> <MEMBERVALUE>202.41.75.18</MEMBERVALUE> </MEMBER> <MEMBER> <MEMBERNAME>PortNumber</MEMBERNAME> <MEMBERVALUE>11"^A"</MEMBERVALUE> </MEMBER> <MEMBER> <MEMBERNAME>TelePhoneNumber</MEMBERNAME> <MEMBERVALUE>NONE</MEMBERVALUE> </MEMBER> <MEMBER> <MEMBERNAME>CUPCTYPE</MEMBERNAME> <MEMBERVALUE>Dedicated</MEMBERVALUE> </MEMBER> <MEMBER> <MEMBERNAME>DoerName</MEMBERNAME> <MEMBERVALUE>5essdoer</MEMBERVALUE> </MEMBER> <MEMBER> <MEMBERNAME>EntityName</MEMBERNAME> <MEMBERVALUE>5ess</MEMBERVALUE> </MEMBER> </OBJECT> </ARGCLASS> problem: in one of my member Name, i would like store CTRL-A. but the parser is thorwing an erroe like this. Fatal Error at file "test.xml", line 11, column 18 Message: Invalid character (Unicode: 0x1) Please help me how to solve this problem. I tried using  / . but all options failed. Whether masking of CTRL-A characters work in this 1.5. version or not. plese help as early as possible. I am in soop now. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
