25 Feb
2000
25 Feb
'00
12:48 a.m.
On Fri, 25 Feb 2000, Rowan Hick wrote:
<dtml-in "getChildNodes()"> <dtml-let ntype="getNodeName()"> <dtml-if ...condition..... > print something </dtml-if> </dtml-let> </dtml-in>
The _.string module can do some powerful things but in your case you could do something like: <dtml-in "getChildNodes()"> <dtml-if "getNodeName()=="SOME TEXT"> print something </dtml-if> </dtml-in> Pavlos