I don't understand a specific <dtml-var> behavior
I'm still trying to learn DTML and in particular the various rules for when to quote or not or... I have come across the following syntactic issue which I don't understand. <dtml-var title> puts the title in the document. Fine. <dtml-var "title"> puts the title in the document. Fine. <dtml-var id> puts the id in the document. Fine. <dtml-var "id"> puts Nothing in the document. ????. Danny __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
id is usually implemented as a function. <dtml-var "id()"> should do what you expect, but not in all cases. -jfarr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hi! I'm a signature virus. Copy me into your .sig to join the fun! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ----- Original Message ----- From: danny shevitz <danny_shevitz@yahoo.com> To: zope <zope@zope.org> Sent: Tuesday, February 08, 2000 10:23 AM Subject: [Zope] I don't understand a specific <dtml-var> behavior
I'm still trying to learn DTML and in particular the various rules for when to quote or not or...
I have come across the following syntactic issue which I don't understand.
<dtml-var title> puts the title in the document. Fine. <dtml-var "title"> puts the title in the document. Fine. <dtml-var id> puts the id in the document. Fine. <dtml-var "id"> puts Nothing in the document. ????.
Danny __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (2)
-
danny shevitz -
Jonothan Farr