sample code
Diego Angelini <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I just installed Expat, I am a newbie. I need a sample C code,
using Expat, to parsing the following XML:
**** file.xml *****
<exp op='+'>
<exp>
<var>name1 </var>
</exp>
<exp>
<var>name2 </var>
</exp>
</exp>
**** file.xml *****
I tried to run the examples scripts elements.c and outline.c but
I had no the desired results. I did not understand so much.
Please help.