A c program which printing the tag value of a xml file using expat parser in linux environment

like for a example xml program
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

out put should be :
Tove
Jani
Reminder
Don't forget me this weekend!
i want the c program for that in linux environments
sharan [ Do, 25 Oktober 2007 13:05 ] [ ID #1854726 ]
Perl » comp.lang.perl.modules » A c program which printing the tag value of a xml file using expat parser in linux environment

Vorheriges Thema: In SVG, persistent signs in path ?
Nächstes Thema: mod_perl 2.0.3 and apache 2.0.x and 2.2.x^