Currently I am using XmlReader (but I am open to other options) to parse an
XML file, and I would like to be able to stop/break the current parse
(simple enough) and then resume it later (say after a reboot). Is there any
way to get the current location in the file that the XmlReader has reached
so as to be able to restore that and start from that point later?
TIA.
XML file, and I would like to be able to stop/break the current parse
(simple enough) and then resume it later (say after a reboot). Is there any
way to get the current location in the file that the XmlReader has reached
so as to be able to restore that and start from that point later?
TIA.
Comment