a c program which printing the tag value of a xml file using expat parser?
a c program which printing the tag value of a xml file using expat parser?
like for a example xml program
Don’t forget me this weekend!
out put should be :
Tove
Jani
Reminder
Don’t forget me this weekend!
i want the c program for that in linux environments
Tags: expat, file, parser, printing, program, using, value
Under Forum

1 Comment for a c program which printing the tag value of a xml file using expat parser?
1. BigRez | December 27th, 2010 at 2:31 am
If you’ve got the expat parser, why not go look at the example programs at the site?
For example, the line.c sample program prints the tags, text, and other goodies. Just modify it to print only the text. (It’s a really short program.) Link included below…
Leave a Comment for a c program which printing the tag value of a xml file using expat parser?
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed