[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [JDEV] [Code/CVS 1.0]



--- Jeremie wrote:
>
>     [...] 
>     ==> Expat
> 
>         [All XML needs to start passing through expat.  I started looking
> at it, and am definitely going to need some help making it work, not sure
> I totally understand it yet but it's integration will happen]


Anyone should compile the sample/elements.c file from the expat package,
and pipe something like 

<login>
    <user>jeremie</user>
    <pass>Ph0niks</pass>
    <name>jabalot</name>
</login>

into it. That was an ahaaa experience for me. It's a very small example on
how to use expat.


- Tue