A c program which printing the tag value of a xml file using expat parser in linux environment
- From: sharan <harioumsharan@xxxxxxxxx>
- Date: Thu, 25 Oct 2007 04:05:06 -0700
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
.
- Prev by Date: Re: ANNOUNCE: Text::CSV_XS 0.32
- Next by Date: In SVG, persistent signs in path ?
- Previous by thread: mod_perl 2.0.3 and apache 2.0.x and 2.2.x^
- Next by thread: In SVG, persistent signs in path ?
- Index(es):