Tweak deskutils/just version 1.5.0
[dports.git] / www / p5-HTML-TagParser / pkg-descr
1 HTML::TagParser is a pure Perl implementaion for parsing HTML files.
2 This module provides some methods like DOM. This module is not strict
3 about XHTML format because many of HTML pages are not strict. You know,
4 many pages use <br> elemtents instead of <br/> and have <p> elements
5 which are not closed.
6
7 This module natively understands a character set of document by reading
8 its meta element.
9
10  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
11
12 The parsed document's encoding is converted as this class's fixed
13 internal encoding "UTF-8".