パッケージ: libhtml-html5-sanity-perl (0.105-2)
libhtml-html5-sanity-perl に関するリンク
Trisquel の資源:
libhtml-html5-sanity-perl ソースパッケージをダウンロード:
- [libhtml-html5-sanity-perl_0.105-2.dsc]
- [libhtml-html5-sanity-perl_0.105.orig.tar.gz]
- [libhtml-html5-sanity-perl_0.105-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Jonas Smedegaard
- Florian Schlichting
外部の資源:
- ホームページ [search.cpan.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: 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