You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/12/20 21:09:18 UTC

DO NOT REPLY [Bug 5546] New: - Getting node value using getNodeValue returns last char at the begining.

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

Getting node value using getNodeValue returns last char at the begining.

           Summary: Getting node value using getNodeValue returns last char
                    at the begining.
           Product: Xerces2-J
           Version: 2.0.0 [beta 4]
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: DOM
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: arjona@attglobal.net


Used Xerces 2B4, on Java.  Had the tree:

<request>
<put>
<path>/project/Spars/ISAPPackages/ISAPWorkbook/Summary/VarBalTopElev[1]</path>
<node>
<VarBalTopElev>932</VarBalTopElev>
</node>
</put>
</request>

and getting the value of <path> using getNodeValue from the Element class, got 
the String:
"]/project/Spars/ISAPPackages/ISAPWorkbook/Summary/VarBalTopElev[1"

In beta3 it worked fine as it did on 1.4.4.

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