Thursday 09 September 2004 4:10:29 am
I am trying to strip XML from an XML text field when I output it. The code I am using is {$folder:item.data_map.body.data_text|wash|striptags|shorten(60)} but this gives me the following output <?xml version="1.0" encoding="iso-8859-... I have registered PHP strip_tags as an operator sucessfully. Any ideas why this doesn't work?
|