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 2003/12/10 14:29:47 UTC

DO NOT REPLY [Bug 25397] New: - XML Parser returned empty string for a node having japanese character on WIN2003 japanese

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=25397>.
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=25397

XML Parser returned empty string for a node having japanese character on WIN2003 japanese

           Summary: XML Parser returned empty string for a node having
                    japanese character on WIN2003 japanese
           Product: Xerces-C++
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: ksudupa@india.hp.com
                CC: ksudupa@india.hp.com


While parsing a xml file(see below for the contents of XML)using xerces-
c_1_5_1.dll empty string returned for a node having Japanese character on 
WIN2003 (japanese). OS selected for this bug is NT/2k since there is no option 
for WIN2003. There is no problem in parsing on WIN2000 (Japanese/english).
When we tried parsing using debug version of our appliation and xerces-
c_1_5_1D.dll the parsing went fine.  We tried using latest versions 2.2.0 and 
2.4.0 but parse returned empty string again.  The string giving the problem 
is "ノード" in the XML file. If we add a space or any english character before 
this string parsing done successfully.
XML content
===========
<Groups><OwnerName>Neutron</OwnerName><Group><Name>ノード
</Name><Id>Root_Nodes</Id><NodeName>HPCTLMH</NodeName><Group><Name>OpenView で定
義するグループ</Name><Id>Root_Special</Id><Group><Name>NNM 管理ノード
</Name><Id>OpenView_NNM</Id></Group><Group><Name>SNMP</Name><Id>OpenView_SNMP</I
d></Group><Group><Name>不明
</Name><Id>OpenView_Unknown</Id></Group><Group><Name>Unix</Name><Id>Root_Unix</I
d><Group><Name>AIX</Name><Id>OpenView_AIX</Id></Group><Group><Name>HPUX</Name><I
d>OpenView_HPUX</Id></Group><Group><Name>Linux</Name><Id>OpenView_Linux</Id></Gr
oup><Group><Name>Solaris</Name><Id>OpenView_Solaris</Id></Group><Group><Name>Tru
64</Name><Id>OpenView_Tru64</Id></Group></Group><Group><Name>Windows</Name><Id>R
oot_Windows</Id><Group><Name>Windows 
2000</Name><Id>OpenView_Windows2000</Id></Group><Group><Name>NT 
4</Name><Id>OpenView_WindowsNT</Id></Group><Group><Name>Windows Server 
2003</Name><Id>OpenView_WindowsServer2003</Id><NodeName>HPCTLMH</NodeName></Grou
p><Group><Name>Windows 
XP</Name><Id>OpenView_WindowsXP</Id></Group></Group></Group></Group></Groups>

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org