[ZCM] [ZC] 751/ 3 Comment "<dtml-let lexical problem"
Collector: Zope Bugs, Features, and Patches ...
zope-coders-admin@zope.org
Thu, 02 Jan 2003 14:20:40 -0500
Issue #751 Update (Comment) "<dtml-let lexical problem"
Status Rejected, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/751
==============================================================
= Comment - Entry #3 by allison on Jan 2, 2003 2:20 pm
Perhaps a bit of followup is worthwhile...
<dtml-let x="foo"> may syntatically be an attribute setting but in the view of many users, it's an assignment. I've seen many people write <dtml-let x = "foo"> for readability and then spend
a lot of time trying to figure out why the page won't save. This is what prompted the bug report.
________________________________________
= Reject - Entry #2 by Caseman on Jan 2, 2003 10:24 am
Status: Pending => Rejected
This is the way dtml works and is highly unlikely to change. This mirrors the way sgml tag attributes are written.
________________________________________
= Request - Entry #1 by allison on Jan 2, 2003 12:01 am
<dtml-let xxx="foo" >
works
<dtml-let xxx = "foo">
does not.
==============================================================