HTML-TokeParser-Simple
view release on metacpan or search on metacpan
lib/HTML/TokeParser/Simple.pm view on Meta::CPAN
B<will> alter the state of the object. Subsequent calls to C<rewrite_tag()>
can thus have unexpected results. Do not alter these references directly
unless you are following behavior described in these docs. In the future,
certain methods such as C<get_attr>, C<get_attrseq> and others may return a
copy of the reference rather than the original reference. This behavior has
not yet been changed in order to maintain compatibility with previous versions
of this module. At the present time, your author is not aware of anyone taking
advantage of this "feature," but it's better to be safe than sorry.
Use of C<$HTML::Parser::VERSION> which is less than 3.25 may result in
incorrect behavior as older versions do not always handle XHTML correctly. It
is the programmer's responsibility to verify that the behavior of this code
matches the programmer's needs.
Note that C<HTML::Parser> processes text in 512 byte chunks. This sometimes
will cause strange behavior and cause text to be broken into more than one
token. You can suppress this behavior with the following command:
$p->unbroken_text( [$bool] );
See the C<HTML::Parser> documentation and
( run in 1.145 second using v1.01-cache-2.11-cpan-49f99fa48dc )