age-
> From: A J Martin [mailto:[EMAIL PROTECTED]
> Sent: mercredi 21 janvier 2004 09:09
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: Document Object Model for REBOL
>
>
>
> Christophe wrote:
> > We need a set of XML-access functions to produce, view, edit complex
>
Christophe wrote:
> We need a set of XML-access functions to produce, view, edit complex
XML-documents from our project and from external sources.
>
> Did any one already implement a working set of functions for XML access ?
Based on http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001 ?
> Or other
Mike wrote"
> * I needed more examples of how to use [ML] than are in the base script.
Give me an idea of what you want and I'll show you how to use it. :)
--
Andrew J Martin
ICQ: 26227169
http://www.rebol.it/Valley/
http://valley.orcon.net.nz/
http://Valley.150m.com/
-><-
--
To unsubscribe f
I think you should have a look at the updated ML dialect from Andrew (Andrew J Martin)
Andrew has posted on this list several times.
The trouble that I have had with it:
* it is too subtle for me to realize how slick it is.
* I needed more examples of how to use it than are in the base script.
Hi Jason, Daniel, Graham, Gregg
Thx to all for the references. I will study this material, and see which part is the
best fit for our needs ;)
CU !
=christophe
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
On Mon, 19 Jan 2004 11:00:42 -0700
Gregg Irwin <[EMAIL PROTECTED]> wrote:
>
>Gavin Mackenzie's was the most complete I knew of, but
>I'm not sure
>where you can get it. I don't seem to have a link handy
>here.
Gavin's site has disappeared, but his code is included in
the xmlrpc distro at
ht
It might be helpful to study Nicolas Fournier's jabber client 'Maoww'
http://www.rebolfrance.net/projets/concours/maoww.zip
Combines simple hard-coded xml message strings with generic xml-parsing
functions for event calls.
It's a complete working xml application complete with nice Rebol/View
int
Hi Christophe,
CC> We need a set of XML-access functions to produce, view, edit
CC> complex XML-documents from our project and from external sources.
In addition to quickparser.r, the library contains:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=rblxelparser.r
Gavin Macken
Hi Christopher,
There is one function built on top of the parse-xml function called
Rebol-to-xml, or something like that. It's located at its' own web
site and it creates an object-tree in order to get to the xmlnodes.
It's well written but I find it cumbersome writing long objects paths
to get