Jonathan Rockway > Angerwhale > Angerwhale::Format::HTML

Download:
Angerwhale-0.062.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

Angerwhale::Format::HTML ^

Format valid or invalid HTML into valid XHTML or plain text.

For example:

   <p>Foo <script>hack()</script><b>bar<i>baz
   </p></a>

is formatted to:

   <p>Foo <b>bar<i>baz</i></b></p>

METHODS ^

Standard methods implemented

new

can_format

Can format *.html.

types

Handles 'html' which is the w3c's hypertext markup language. You may have heard of it.

format

format_text