[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] Partial Parsing of XML file



Chris wrote:
> Hi All, First of all thanks a lot for providing libxml library. Its great.
> 
> I want to parse the xml file partially using libxml library. I requset you
> to give me some kind of example to do partial parsing.
> 
> My objective is to parse certain KB of data every 1 min.

In case you intend to parse only the beginning of an XML file, look out for
the push parser functions in the parser API.

Stefan


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]