4 Jan
2000
4 Jan
'00
10:43 a.m.
you're closing your let-tag before testing for 'big'..
Okay. So let tag is defining a namespace, and I can define several variables within one let tag. What if I want to change a few of those variables inside the namespace? How can I iterate over a numeric or text variable? Anyway, I tried your code and it gave the same error as before. I also tried to add double quotes as you mentioned in your mail on 9.12.1999: <dtml-let "Size='big'"> <dtml-if "Size=='big'"><h1></dtml-if> Hello. <dtml-if "Size=='big'"></h1></dtml-if> </dtml-let> but I could not even save my changes ("invalid parameter: ""Size='big'"", for tag <dtml-let "Size='big'">, on line 6 of index_html"): -- Milos Prudek