19 Aug
2000
19 Aug
'00
6:45 p.m.
Chris Withers writes:
Is is just me or does stuff inside a <dtml-comment> get parsed? "<dtml-comment>" must do a bit of parsing:
It must at least recognized "</dtml-comment>". Maybe, it wants to recognize nested "<dtml-comment>" (probably not), then it must look at all tags. Probably, however, <dtml-comment> just uses the same parser as every other tag and simply discards its content. Then, naturally, the content of "<dtml-comment>....</dtml-comment>" must be as syntactically correct as the content of e.g. "<dtml-if>....</dtml-if>". I would expect: patches welcome. Dieter