[Zope] DTML method arguments?

Jim Sanford jsanford@atinucleus.com
Fri, 25 Feb 2000 12:21:59 -0600


  <dtml-var describe_person(_.None,_,name="John", age="18")>

should work
 __________________________________________________________________
 
              Jim Sanford
      .       Database/Web Engineer
     / \  /   Accelerated Technology, Inc.
    /   /     720 Oak Circle Drive East
   /  /  \    Mobile, AL 36609
  / /     \   Voice: 334-661-5770  fax: 334-661-5788
 /         \  E-Mail: jsanford@atinucleus.com
              Web: http://www.atinucleus.com
  
 Source Code, No Royalties, Any CPU...It just make sense !
 __________________________________________________________________

----- Original Message ----- 
From: John-Paul Gignac <jjgignac@ncln.dhs.org>
To: <zope@zope.org>
Sent: Friday, February 25, 2000 10:24 AM
Subject: [Zope] DTML method arguments?


Hello.

I am very new to Zope.  I am wondering if DTML provides a brief
argument-passing syntax which is equivalent to the following:

  <dtml-let name="'John'" age="'18'">
  <dtml-var describe_person>
  </dtml-let>

For example, it might look something like this:

  <dtml-var describe_person(name="'John'" age="'18'")>

Thanks in advance,
John-Paul Gignac

_______________________________________________
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 )