[REBOL] Re: parse-xml and build-tag
From: hallvard:ystad:helpinhand at: 9-Oct-2001 14:21
Joel Neely skrev (Tuesday 09.10.2001, kl. 13.23):
>It was fun to go back and look at that code again. I tweaked
>the XML parser a few years ago (to add CDATA and PI processing)
>and found it a very educational experience.
I'm not in the need of CDATA parsing right now, but will be very soon. Is
it OK if I ask for the code when the time comes? (This list turns out more
and more wonderful).
>Incidentally, I've been using "near-XHTMl" (HTML written with
>XML syntax -- quoted attributes, self-delimited empty tags...)
>for a few years now, and have yet to see any problems with it.
>One of my motivations was to be able to use parse-xml on my
>HTML documents...
Brilliant idea. Except there's a few web sites out there that still use
ordinary HTML. Often with bogus syntax. So since I parse other folks' web
pages...
~H