You can find a reasonable example in HTML-Parser-3.05/eg/hrefsub
--
Mac :})
----- Original Message -----
From: "la mouton" <[EMAIL PROTECTED]>
To: "Michael A. Chase" <[EMAIL PROTECTED]>
Cc: "la mouton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 24, 2000 7:51
Subject: Re: HTML::TokeParser question
> oh weak. i went from getting a nice hash of 'attr's to getting an array
> of tokens. Why the different data structures just to avoid entity
> decoding? sigh.
>
> know what the start handler line should look like?
> On Thu, 24 Feb 2000, Michael A. Chase wrote:
>
> > Use the array passed for the 'tokens' or 'tokenpos' argspecs. They are
> > described in the 'Argspec' section of the fine manual.
> > ----- Original Message -----
> > From: "la mouton" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 23, 2000 15:43
> > Subject: HTML::TokeParser question
> >
> >
> > > Anyone here using HTML::TokeParser ?
> > >
> > > HTML::TokeParser automatically decodes HTML Entities in tag
attributes;
> > > anyone know how to change this attribute to NOT decode Entities
without
> > > modifying HTML::TokeParser source?
> > >
> > > I tried setting up a new start handler for it without success.