HTML DOM parser

Started by RF on 7-Jun-2013/16:46:29-7:00
Is there actually any decent HTML DOM parser? Or do I have to write one?
There's an HTML parser for R2 in the PowerMezz package. I wrote a DOM wrapper for it: http://reb4.me/r/html do http://reb4.me/r/html load-html/dom %some.html The DOM wrapper works in a similar fashion to my XML version: http://www.ross-gill.com/page/XML_and_REBOL Note that while you can 'do this script in place, you can download the script along with the PowerMezz modules changing the MezzModules header value as appropriate.
That link again://http://reb4.me/r/html
Ok, that works. Thanks.

Reply