2003-05-06 19:40:18 +02:00
|
|
|
A module for generating nice looking HTML files from HTML trees.
|
|
|
|
It is especially usefull if the produced HTML file shall be read
|
|
|
|
or edited manually afterwards. Various parameters let you adapt
|
2000-10-15 04:51:46 +02:00
|
|
|
the output to different styles and requirements.
|
2003-05-06 19:40:18 +02:00
|
|
|
|
|
|
|
If you don't care how the HTML source looks like as long as it is
|
|
|
|
valid and readable by browsers, you should use the as_HTML() method
|
2000-10-15 04:51:46 +02:00
|
|
|
of HTML::Element instead of the pretty printer.
|