Forum OpenACS Development: Re: Image grabbing

Collapse
4: Re: Image grabbing (response to 2)
Posted by Gustaf Neumann on
Juri,

are you aware of the "-html" option of "dom parse" (http://tdom.github.io/dom.html)? it handles most html pages, and has no problems with "missing" end tags for LI

all the best
-gustaf nejmann

Collapse
5: Re: Image grabbing (response to 4)
Posted by Iuri Sampaio on
Gustaf,

I used "-html" parameter on "dom parse". Have a look

set doc [dom parse -html $result]

set doc [dom parse -simple -html $result]

Syntax errors still remains.