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. ----- Original Message ----- From: Coussement Christophe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 6:14 AM Subject: [REBOL] Document Object Model for REBOL > > Hi list! > > 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 libraries/recommendations ? > > TIA ! -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
