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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
