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
=============================
strip html tags
willy jansen
Wednesday 08 September 2004 8:54:02 am
=============================
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