strip html tags

to remove html tags from a string follow Paul's instruction:

=============================
In template.ini(.append.php)
add under
[PHP]
....
PHPOperatorList[striptags]=strip_tags
......
Then in your template use
$yourstring_with_xml|striptags
and catch the stripped output
=============================

See: http://ez.no/community/forum/developer/operator_to_strip_off_html_tags

Modified by willy jansen on 08/09/2004 at 9:07:50 pm