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

[REBOL] Re: Rebol & XML

From: bry:itnisk at: 6-Aug-2003 12:09

How's it handling instances of nodes with the same name, and multiple text nodes interlaced in the tree, also I've put in a processing instruction, the idea behind processing instructions is that they can be used to pass info to the processor, so in this case I put in some simple rebol code as an example PI : <?xml version="1.0"?> <doc> here's some text <p>para 1</p> <?rebol-process call: "stringvalue" print call?> <p>para 2</p> here's some more text <p:p xmlns:p="http://www.uris.org/p">not a para</p:p> </doc> I'd try it here but I'd have to go through and fix some formatting errors Outlook put into the Rebol code. Hmm, I should probably use Rebol to access mail from this list anyway.