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

[REBOL] Re: Simple XML

From: doug:vos:eds at: 10-Mar-2004 8:31

Reply to Joel - My version of Simple-XML overcomes the problem you identify...
>>(given that you can use the block convention it creates -- see below).
With the library I provided, you can us XMLin and XMLout and you can also easily handle the blocks created like root/person/name/fname -- instead of some odd block structure with no easy way to point to the items you want to handle. Again, it is not a full xml, but works for many simple XML situations like config files, etc.