I'd like to create an index and later, access some specific parts of a huge xml file, so I need to get the offset ( ftell
... ) for some 'startElement' Events.
Using the pull parser (stax) interface of libxml2 ( http://www.xmlsoft.org/xmlreader.html ) is it possible to get the offset in the stream of an event using libxml2 ?