Posted By:
Andrew_Cao
Posted On:
Tuesday, October 4, 2005 01:52 AM
By using document Locator, I can get the line number and column number of a SAX event when I use a SAX parser to parse XML file.
Is there a way to get the offset from the beginning of the XML file being parsed for a SAX event?
Thanks,