HTML-Merge
view release on metacpan or search on metacpan
docs/Ext.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::Merge::Ext - Extending Merge by writing your own tags</title>
<link rev="made" href="mailto:root@localhost" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#types_of_tags">TYPES OF TAGS</a></li>
<ul>
<li><a href="#output_tags">Output tags</a></li>
<li><a href="#non_block_tags">Non block tags</a></li>
<li><a href="#opening_block_tags">Opening block tags</a></li>
<li><a href="#closing_block_tags">Closing block tags</a></li>
</ul>
<li><a href="#compilation_process">COMPILATION PROCESS</a></li>
<li><a href="#extension_files">EXTENSION FILES</a></li>
<li><a href="#extended_tags_syntax">EXTENDED TAGS SYNTAX</a></li>
<li><a href="#implementing_various_tags">IMPLEMENTING VARIOUS TAGS</a></li>
<li><a href="#macro_tags">MACRO TAGS</a></li>
<li><a href="#described_tags">DESCRIBED TAGS</a></li>
<li><a href="#mod_perl_compliance_notice">MOD PERL COMPLIANCE NOTICE</a></li>
<li><a href="#copyright">COPYRIGHT</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>HTML::Merge::Ext - Extending Merge by writing your own tags</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>This file contains instructions as to how to create your own Merge tags.</p>
<p>
</p>
<hr />
<h1><a name="types_of_tags">TYPES OF TAGS</a></h1>
<p>Generally, there are four types of tags in Merge.</p>
<p>
</p>
<h2><a name="output_tags">Output tags</a></h2>
<p>Tags such as <$RVAR> or others, that are substituted by values that appear
in the output. For example: <$RVAR.x> is substituted by the value of the
vairable x.</p>
<p>
</p>
<h2><a name="non_block_tags">Non block tags</a></h2>
<p>Tags that perform an action, and have no corresponding closing tags.
( run in 1.316 second using v1.01-cache-2.11-cpan-119454b85a5 )