10 Jun
2001
10 Jun
'01
10:36 p.m.
----- Original Message ----- From: Philippe Jadin <philippe.jadin@123piano.com> To: <zope@zope.org> Sent: Sunday, June 10, 2001 5:12 PM Subject: [Zope] adding an stx tage ?
Hello,
Does anyone thinks it could be usefull to add something like <dtml-stx> tag? This tag would tell zope that all the enclosed text is strucured text. A bit fancier : <dtml-stx render="html"> , <dtml-stx render="docbook"> ,...
Would this be hard to implement?
Try <dtml-var foo fmt="structured-text">! This should do most of what you want (no docbook rendering, but do you really need a TAG for that?) ... Joachim