[Zope] Accessing properties of the folder of a document

hohage hohage@muenster.de
Thu, 6 Dec 2001 20:13:23 +0000


Hello Andreas,
I'm sure that it's described somewhere  ;-)
You're doc has an id DOG and it has a property name(a string).
So if you want to know the name of your dog ->
<dtml-with DOG>
<dtml-var name>

</dtml-with
or 
<dtml-var "DOG.name">

Hope it helps
Sven


>===== Original Message From "Tille, Andreas" <TilleA@rki.de> =====
>Hello,
>
>I wonder if I did not read carefully the docs but I have not found a clue,
>how to access the properties like 'id', 'title' and potentially others
>from the folder my DTMLDocument or a self written product (in Python code).
>
>Any ideas / examples how to do that?
>
>Kind regards
>
>        Andreas.
>
>_______________________________________________
>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 )

------------
<sven hohage>
<applikationsentwickler>
------------