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

Re: [xml] Xml parsing without using the SAX handler.



On Thu, 2005-03-10 at 05:37 +0000, SiM wrote:
> Hi All,
>             Could someone tell me whether there is an API in libxml2,
> where i can go through  the Document Tree, with calls like :
>  
> GetNextChild , GetParent, GetSibling etc , without using the SAX
> handler callbacks .
>  
> I'am newbie to libxml2 and xml, Please point me to any relevant
> document or include file  !

Sounds like you are wanting the XmlTextReader interface. Have a look at
the documentation at

        http://xmlsoft.org/xmlreader.html

It really is a very nice interface to use.

Malcolm





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