On Mon, Aug 24, 2009 at 12:24:58PM +0100, asma bouali wrote:
> Hello ,
> 
> I read many the times the references described in this link :
> http://julp.developpez.com/c/libxml2/?page=sax#L3.2.1
>  But, I do not manage to find a solution with my problem because it is the
> first time that I make the handling of file XML in a program C by using
> method SAX of the library Iibxml2 . Moreover, the remainder of my work is

  Not my documentation. SAX is a fairly horrible interface for newbies
which is why I won't provide examples, I don't want more people stuck
like you.
  I suggest you use the XML Reader interface
    http://xmlsoft.org/xmlreader.html#Walking
which is way simpler for data extractrion tasks like you seems to need.

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to