Hi Lyle
On Tue, 2009-02-24 at 16:12 +0000, Lyle wrote:
> Ron Savage wrote:
> > Hi Folks
> >
> > Uploaded HTML::Parser::Simple to CPAN.
> >
> > See the FAQ for why the name HTML::Parser::PurePerl was not used.
> >
>
>
> Good stuff :)
>
> Although after looking through the pod I can't see immediately how to
> make changes to the html? Maybe a short example with a change, such as:-
>
> my($p) = HTML::Parser::Simple -> new();
> $p -> parse('<html><input name=test></html>');
> ### Parse value into input tag test
> print $p -> result();
You override traverse().
Or, write your own, say process(), and....
$p -> parse($html);
$p -> process($p -> root() );
> Also you say:-
> "Does this module handle all HTML pages?
> No, never."
>
> Have you no intentions of making this read XHTML?
I have not yet considered XHTML, but I soon will.
--
Ron Savage
[email protected]
http://savage.net.au/index.html
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################