You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/11/18 07:52:44 UTC

DO NOT REPLY [Bug 14632] New: - Masing of Control characters in XML files, as parser thorough errors.

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: xerces-c-dev@xml.apache.org
        ReportedBy: amudala_jayaram@hotmail.com


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 &#001 / &#x001. 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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org