On Tue, Oct 26, 2010 at 4:27 PM, Mike Miller <mbmiller+l at gmail.com> wrote:
> Can he filter it through a perl script (or whatever) that finds a certain
> regexp that identifies the desired position in the page and adds a name
> tag at that point:
>
> wget -O - URL | perl -pe 's/(unique regexp)/<a name="position">$1/' > file.html
>
> Then load file.html#position

Absolutely.  I actually have some stuff I've written that does very
similar tasks in Python.  Poke me if I haven't produced some kind of
sample in the next 24 hours.

 - Tony