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 _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
