README 716 B

12345678910111213
  1. perl-HTML-FormatText-WithLinks-AndTables
  2. This module was inspired by HTML::FormatText::WithLinks which has
  3. proven to be a useful `lynx -dump` work-alike. However one frustration
  4. was that no other HTML converters I came across had the ability to deal
  5. affectively with HTML <TABLE>s. This module can in a rudimentary sense
  6. do so. The aim was to provide facility to take a simple HTML based
  7. email template, and to also convert it to text with the <TABLE>
  8. structure intact for inclusion as "multipart/alternative" content.
  9. Further, it will preserve both the formatting specified by the <TD>
  10. tag's "align" attribute, and will also preserve multiline text inside
  11. of a <TD> element provided it is broken using <BR/> tags.