Galande, Manish wrote:
You can write custom InputSource and BinInputStream derivatives that filter out the portions of the stream you're not interested in. However, you need to make sure the portion you are interested in is a well-formed XML document.Hi,I want to read the portions of XML file depending on byte-position, using getSrcOffset(). Is there a way I can directly start reading/parsing from a pre-defined offset in the source, similar to lseek and read?
Dave