HTML-Seamstress

 view release on metacpan or  search on metacpan

lib/HTML/Seamstress.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting</title>
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->

lib/HTML/Seamstress.html  view on Meta::CPAN

<h3><a name="multiple_views_and_reuses_of_the_same_element">Multiple views and reuses of the same element</a></h3>
<p>Because manipulator and manipulated are separate, we can choose
manipulators and/or stack them at will.</p>
<p>
</p>
<h2><a name="reap_the_benefits_of_using_html__tree">Reap the benefits of using HTML::Tree</a></h2>
<p>
</p>
<h3><a name="pragmatic_html_instead_of_strict_x_ht_ml">Pragmatic HTML instead of strict X(HT)ML</a></h3>
<p>The real world is unfortunately more about getting HTML to work with
IE and maybe 1 or 2 other browsers. Strict XHTML may not be acceptable
under time and corporate pressures to get things to work with quirky
browsers.</p>
<p>
</p>
<h3><a name="rich_api_and_user_contributions">Rich API and User Contributions</a></h3>
<p><a href="/HTML/Tree.html">the HTML::Tree manpage</a> has a nice large set of accessor/modifier functions. If
that is not enough, then take a gander at Matthew Sisk's
contributions: <a href="http://search.cpan.org/~msisk/">http://search.cpan.org/~msisk/</a> as well as
<a href="/HTML/Element/Library.html">the HTML::Element::Library manpage</a>.</p>
<p>

lib/HTML/Seamstress.pm  view on Meta::CPAN

A tree of HTML usually contains subtrees with no
inter-dependance. They therefore can be manipulated in parallel. If a
page contains 5 areas each of which takes C<N> time, then one could
realize an N-fold speedup.

=head2 Reap the benefits of using HTML::Tree

=head3 Pragmatic HTML instead of strict X(HT)ML

The real world is unfortunately more about getting HTML to work with
IE and maybe 1 or 2 other browsers. Strict XHTML may not be acceptable
under time and corporate pressures to get things to work with quirky
browsers. 

=head3 Rich API and User Contributions

L<HTML::Tree> has a nice large set of accessor/modifier functions. If
that is not enough, then take a gander at Matthew Sisk's
contributions: L<http://search.cpan.org/~msisk/> as well as
L<HTML::Element::Library>. 

lib/HTML/Seamstress/Quickstart.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML::Seamstress::Quickstart - A gentle introduction to HTML::Seamstress</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:rurban@x-ray.at" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>



( run in 1.151 second using v1.01-cache-2.11-cpan-49f99fa48dc )