Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Labels:None
-
Environment:Windows XP, Java5.
-
Number of attachments :
Description
getCharacterOffset() from MXParser class doesn't return correct value.
I expect to see the offset value to increase during the parsing, but at certain point, after offset reaches over 8000, the offset would start from a small number again, like 27.
The MXParser.class in stax-1.2.0_rc-dev.jar dated 3/13/2006. Is there a later version?
Have debugged and fixed the issue.