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

[REBOL] Re: XML document formats?

From: petr:krenzelok:trz:cz at: 22-Mar-2006 12:37

Carlos Lorenz wrote:
> Petr, > > Talking about XML, how do you use REBOL to parse XML docs? I have tried once > but found that too much complicated. By the way blocks are much easier to > use than XML nodes >
Well, my request was not rebol related, sorry :-) I just tried to use experience of great rebol ml audience, as each of us, work for some kind of company, bigger or smaller. If it was upon me, I would use text files, as in EDI, with defined format. But you know - those big boys sw do believe in XML easy of exchangability :-) So we mainly have to use XML here. But to be constructive, there was/is Gavin Mckenzie's XML-parse and XML-object or other stuff on ML. At some point, there was rather extensive discussion on this topic on AltME. One group wanted SAX-like functionality, other one wanted DOM-based aproach .... no particular project started though ... -pekr-