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

[REBOL] ~parse-xml

From: dvydra2::yahoo::com at: 22-Jan-2001 18:04

is there a function that reverses parse-xml; builds xml from the block? regards david example: s: "<a>Hello</a>" parse-xml s => [document none [["a" none ["Hello"]]]]