[Htmlparser-user] Using HTMLParser to extract layout info (through DOM)
Brought to you by:
derrickoswald
From: Snir K. <sk...@gm...> - 2009-03-31 07:48:00
|
Hi all, I'm trying to leverage HTMLParser to extract proximity/layout properties (as one would be able to do through using the DOM and offsetWidth/offsetHeight recursively on parents to a given element). Is this something I can accomplish with the API, and if so, how? Thanks for all the help. Cheers, Nick |