3 Apr
2004
3 Apr
'04
1:01 p.m.
From: "Samir Mishra" <SamirMishra@cbuae.gov.ae>
I'm reading in text from a file residing in a LocalFS object, it contains DTML code. My DTML method prints the DTML code rather than rendering the variables. How can I get it to change this behaviour?
Try something like (untested): <dtml-let routine="_.getattr(c_LocalFS, 'x.txt')"> <dtml-var "_[routine]"> </dtml-let> HTH Jonathan