Examples of Templating Options
Web DataBlade/UWC: query, variable, block (conditional), error + dynamic tags; OR encapsulation
<?MIVAR NAME=xɰ<?/MIVAR>
<?MISQL SQL=“select a from b where c=$x;”>$1<?/MISQL>
Allaire Cold Fusion: CFML + functionally oriented custom tags; external to DB
<CFQUERY DATASOURCE="foo" NAME="bar">
select a from b where c=‘#d#’</CFQUERY>
XML: emerging standard, domain oriented tags