At 04:49 PM 1/4/2006 -0500, Robert William Vesterman wrote:
Is there a way, while parsing using a SAX2XMLReader, to tell how far parsing has progressed? Either percentagewise or via parsed byte count would be fine.Thanks in advance for any help.
Hi Robert,you can use getSrcOffset(), that returns the current byte offset within the input source.
Hope this helps,Alberto
