Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Simple XML

From: tbrownell:veleng at: 9-Mar-2004 17:36

Thanks Doug, that's perfect. Although my XML didn't have a beginning <?xml version="1.0"?> tag so it choked at first. Could add a.. if found? find first xmli "version" [xml: copy at xml] The great thing about Dougs functions is the path structure they create allows one to march through the xml file changing things with ease. See http://compkarori.com/vanilla/display/Simple+XML for more info. Now we have a incredibly powerful, yet SIMPLE way to open a xml document... process the contents in an almost endless way, and write the xml back in Rebol. TB 2Vos, Doug wrote: