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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to