[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [JDEV] [Code/CVS 1.0]
This is of interest to me. I'm sooooo not an expert on XML but how are you
going to partially form a XML document from transaction between client and
server? Doesn't XML require a whole document to work? (Am I missing
something obvious here?)
Jon
> -----Original Message-----
> From: Jeremie [mailto:jeremie@jabber.org]
> Sent: Friday, February 05, 1999 4:04 PM
> To: jdev@jabber.org
> Subject: Re: [JDEV] [Code/CVS 1.0]
>
>
> > 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.
>
> I did EXACTLY that :) And am now forming ideas on how I'm going to
> integrate it... I'll probably build a tree-like structure and have
> individual chunks(like logins, or messgaes, whatever) be parsed into a
> common tree-like data structure, and have a few handy
> functions to pull
> data out of that structure... still thinking, but I wont start
> playing/coding till I get the CVS stuff figured out though...
>
> Jer
>