[Zope] How do you call the string?
Ian Sparks
Ian Sparks" <isparks@wmute.u-net.com
Mon, 5 Jun 2000 18:21:21 +0100
I'm not sure what you mean by "call the string"?
If you have some properties of a DTML Document you can call them within that
document by saying <dtml-var variablename>.
So if you had a property "count" you could say <dtml-var count>
If this doesn't answer your question, try to re-phrase it so we can get a
better idea of what you are trying to do.
- Ian.
----- Original Message -----
From: "Martin Seehuusen" <martin@grenna.net>
To: <zope@zope.org>
Sent: Sunday, June 04, 2000 4:26 PM
Subject: [Zope] How do you call the string?
Hi!
I would like to look up the properties on an html file that I've made.
I've made a string on my html file, but I'm not sure how to call it!
I've understood that a <dtml-in> is to be used, but I don't know
what the string is called. Could someone help me with that!?
/Martin S.
_______________________________________________
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 )