a=DIV(DIV(SCRIPT(....)),DIV(DIV(SCRIPT(....)),SCRIPT(....), etc.)

scripts=a.elements('script')

On May 17, 6:54 am, Ian Reinhart Geiser <ian.gei...@gmail.com> wrote:
> Hi, I have a DIV object that has a bunch of children as well as a few
> SCRIPT objects inside of it.  I would like to recursively traverse the
> DIV's children to extract all of the SCRIPT objects contents.  How
> might I attempt that?

Reply via email to