Re: build a hierarchical tree, without using DOM,schema, and sax using expat parser and c

2007-11-16 Thread Stefan Behnel
Wildemar Wildenburger wrote: > sharan wrote: >> I've been experimenting with the jclark's expat parser. I compiled it >> on >> linux, and it works just great. However, finding tags and data by >> implementing the callback functions in c language is cumbersome. >> Has anybody written code that use

Re: build a hierarchical tree, without using DOM,schema, and sax using expat parser and c

2007-11-16 Thread Wildemar Wildenburger
sharan wrote: > I've been experimenting with the jclark's expat parser. I compiled it > on > linux, and it works just great. However, finding tags and data by > implementing the callback functions in c language is cumbersome. > Has anybody written code that uses the expat callback's in such a way

build a hierarchical tree, without using DOM,schema, and sax using expat parser and c

2007-11-16 Thread sharan
I've been experimenting with the jclark's expat parser. I compiled it on linux, and it works just great. However, finding tags and data by implementing the callback functions in c language is cumbersome. Has anybody written code that uses the expat callback's in such a way as to build a hierarchi