[Zope] <dtml-comment> doesn't?
Dieter Maurer
dieter@handshake.de
Sat, 19 Aug 2000 20:45:32 +0200 (CEST)
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