HTML-Zoom-Parser-HH5P
view release on metacpan or search on metacpan
@prefix dbug: <http://ontologi.es/doap-bugs#> .
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dist: <http://purl.org/NET/cpan-uri/dist/HTML-Zoom-Parser-HH5P/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
_:r1369745596r0 a dcs:Update ;
rdfs:label "HTML::Zoom changed the syntax for add_to_attribute/set_attribute methods; support newer syntax." .
_:r1369745597r1 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Zoom/Parser/HH5P.pm" ;
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
rdfs:label "HTML::Zoom::Parser::HH5P" .
_:r1369745597r2 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Zoom/Parser/HH5P.pm" ;
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
rdfs:label "HTML::Zoom::Parser::HH5P" .
_:r1369745597r3 <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Zoom/Parser/HH5P.pm" ;
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#programmingLanguage> "Perl" ;
a <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>, <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode> ;
rdfs:label "HTML::Zoom::Parser::HH5P" .
_:rb90A6C1A2C79511E28B80C5505BF283EDr0 dcs:item _:r1369745596r0 .
_:rb90A6C1A2C79511E28B80C5505BF283EDr1 doap:browse <https://metacpan.org/release/HTML-Zoom-Parser-HH5P> ;
a doap:GitRepository .
<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .
dist:project cpant:perl_version_from _:r1369745597r1 ;
cpant:readme_from _:r1369745597r3 ;
cpant:requires "HTML::HTML5::Entities"^^cpant:dsWithoutVersion, "HTML::HTML5::Parser 0.206"^^cpant:dsWithVersion, "HTML::Zoom 0.009007"^^cpant:dsWithVersion, "Moo 1.000000"^^cpant:dsWithVersion, "XML::LibXML 2.00"^^cpant:dsWithVersion, "namespace::c...
cpant:test_requires "strictures 1"^^cpant:dsWithVersion ;
cpant:version_from _:r1369745597r2 ;
my $output = HTML::Zoom
-> new({ zconfig => { parser => 'HTML::Zoom::Parser::HH5P' } })
-> from_html($template)
-> to_html;
DESCRIPTION
"HTML::Zoom::Parser::HH5P" is glue between HTML::Zoom and
HTML::HTML5::Parser. It is likely to be slower than HTML::Zoom's built
in parser and HTML::Zoom::Parser::HTML::Parser, but because
HTML::HTML5::Parser uses the HTML5 parsing algorithm, should handle
malformed HTML in a manner more consistent with popular desktop web
browsers.
Constructor
"new(%attributes)"
Moose/Moo-style constructor function.
Attributes
"zconfig"
Holds an HTML::Zoom::ZConfig object. Read-only attribute, but a
separate "with_zconfig" method id provided to set the zconfig
lib/HTML/Zoom/Parser/HH5P.pm view on Meta::CPAN
-> new({ zconfig => { parser => 'HTML::Zoom::Parser::HH5P' } })
-> from_html($template)
-> to_html;
=head1 DESCRIPTION
C<HTML::Zoom::Parser::HH5P> is glue between L<HTML::Zoom> and
L<HTML::HTML5::Parser>. It is likely to be slower than HTML::Zoom's
built in parser and L<HTML::Zoom::Parser::HTML::Parser>, but because
HTML::HTML5::Parser uses the HTML5 parsing algorithm, should handle
malformed HTML in a manner more consistent with popular desktop web
browsers.
=head2 Constructor
=over
=item C<< new(%attributes) >>
Moose/Moo-style constructor function.
( run in 0.433 second using v1.01-cache-2.11-cpan-299005ec8e3 )