[Expat-discuss] sample code

Diego Angelini diego at solo10.com
Thu Dec 14 01:35:21 CET 2006


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.


More information about the Expat-discuss mailing list