套件: libhtml-html5-sanity-perl (0.105-4)
libhtml-html5-sanity-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libhtml-html5-sanity-perl:
- [libhtml-html5-sanity-perl_0.105-4.dsc]
- [libhtml-html5-sanity-perl_0.105.orig.tar.gz]
- [libhtml-html5-sanity-perl_0.105-4.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jonas Smedegaard
- Florian Schlichting
外部的資源:
- 主頁 [metacpan.org]
相似套件:
make HTML5 DOM trees less insane
HTML::HTML5::Sanity is a Perl library tidying HTML::HTML5::Parser.
The Document Object Model (DOM) generated by HTML::HTML5::Parser meets the requirements of the HTML5 spec, but will probably catch a lot of people by surprise.
The main oddity is that elements and attributes which appear to be namespaced are not really. For example, the following element:
<div xml:lang="fr">...</div>
Looks like it should be parsed so that it has an attribute "lang" in the XML namespace. Not so. It will really be parsed as having the attribute "xml:lang" in the null namespace.
其他與 libhtml-html5-sanity-perl 有關的套件
|
|
|
-
- dep: liblocale-codes-perl
- collection of Perl modules for handling of locale codes
- 或者 perl (<< 5.28)
- Larry Wall's Practical Extraction and Report Language
-
- dep: libxml-libxml-perl
- Perl interface to the libxml2 library
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- enh: libhtml-html5-parser-perl
- parse HTML reliably