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

[REBOL] Re: ANN: xmlparse.r "a more compliant XML parser"

From: gavin:mckenzie:sympatico:ca at: 13-Jul-2001 19:41

*sigh* Ok...so *now* I've posted the most recent rev of xml-parse.r. The previous one that's been up there for about 20 minutes was an older (non-functioning) rev. One more point...the parser doesn't really do any well-formedness checking yet. It assumes that you've got at least a well-formed XML document. But then again, that's not such a big deal, the built-in REBOL parse-xml doesn't do much well-formedness checking either. For instance:
>> parse-xml {<a>}
== [document none [["a" none none]]] Hmmm...a lone <a> does not a well-formed document make. Gavin.