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

[REBOL] Re: REBOL and XML

From: sunandadh:aol at: 20-Mar-2003 5:37

Bryan:
> Very serious, and perhaps as important as protocols in most developer's > worlds. > > You might like to look at gavin mckenzie's xml stuff > http://www3.sympatico.ca/gavin.mckenzie/
Thanks -- Gavin's done some quality work there. But it has limitations. Though they may be inherent in REBOL being a "small systems" langauge. xml-object.r is Rebol block based so it is limited in the size it can handle -- the limitations are machine and opsys dependant but (on my machine) is only around a couple of hundred megabytes. xml-parse.r -- unless I'm reading too much into it being SAX-like, it gives me a one pass through the structure with no signnificant size limitations, but without my ever having the full picture or being able to vary the nagivations. It'd be great to have XML! as a native REBOL datatype with no significant memory limitations. And a REBOL-based XSLT processor. Then we could take over the world!! Sunanda.