12 Jun
2001
12 Jun
'01
11:06 a.m.
From: Gilles Lenfant [mailto:glenfant@bigfoot.com]
Okay, I can render a structuredtext in a <dtml-var stx_doc_name fmt=structured-text>, but I need to send the content of that structured text in mail (plain text). Is there a simple way to discard all markup from structuredtext ?
Just don't use the fmt=structured-text but write <dtml-var stx_doc_name> and everything should be dandy regards Max M