[REBOL] Re: Document Object Model for REBOL
From: inetw3:mindspring at: 19-Jan-2004 9:53
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 to one little piece of text to change.
I'm in no way partial to %Quickparser.r(my function for xml), especially
when it's no where finished, but its simpler, faster, and easy to use.
It's in the www.rebol.org library. The XMLdom part is still a work in
progress based off of the MSXMLparser.
I'll be updating it often, but everything will be W3C compliant as close
as possible. More function names will be added slowly but surely.