safe_tag.wmk
<use plugin="safe_tag" />
< safe >
...some data with HTML tags or WebMake references
< /safe >
<{perl
$safe_text = make_safe ($unsafe_text);
}>
This WebMake Perl library provides a way to ``make safe'' WebMake, EtText or HTML
data, escaping all metacharacters appropriately so that content references,
EtText links or HTML tags are not interpreted.
|