bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/CleanHTMLforWML.pm - Clean for WAP Frontend


DESCRIPTION

This function is the WAP version of CleanHTML.pm. Given a string of text, it replaces special HTML characters with WAP-friendly ones, making sure that user input is not interpreted as WML tags.


USAGE

    my $wml = $self->CleanHTMLforWML($html_string);

Example

    my $cont = "<b>Bold <i>Italic <u>Underlined</u></i></b>";
    $ret .= $self->CleanHTMLforWML($cont);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd