Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ElementProxy.getBigIntegerFromChildElement can fail depending on the DOM implementation. For example, the Element could have two Text children, but the XMLUtils.selectNodeText() method only returns the Text of the first child.