WebMake
WebMake Documentation (version 2.1)

safe_tag.wmk


LOADING

                                    < use plugin="safe_tag" />
                                

HTML TAGS

                                    < safe>
  ...some data with HTML tags or WebMake references
  < /safe>
                                

PERL CODE

                                    <{perl
                                

                                      $safe_text = make_safe ($unsafe_text);
                                

                                    }>
                                

DESCRIPTION

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.

WebMake Documentation (version 2.1)
Built With WebMake