1999-11-05 Gisle Aas <gisle@aas.no>
Release 2.99_05
The previous release did not even compile. I forgot to try 'make test'
before uploading.
1999-11-05 Gisle Aas <gisle@aas.no>
Release 2.99_04
Generalized <XMP>-support to cover all literal parsing. Currently
activated for <script>, <style>, <xmp> and <plaintext>.
1999-11-05 Gisle Aas <gisle@aas.no>
Release 2.99_03
<XMP>-support.
Allow ":" in tag and attribute names
Include rest of the HTML::* files from the old HTML::Parser
packages. This should make testing easier.
1999-11-04 Gisle Aas <gisle@aas.no>
Release 2.99_02
Implemented keep_case() option. If this attribute is true, then
we don't lowercase tag and attribute names.
Implemented accum() that takes an array reference. Tokens are
pushed onto this array instead of callbacks.
Implemented strict_comment().
1999-11-03 Gisle Aas <gisle@aas.no>
Release 2.99_01
Baseline of XS implementation