Re: [Zope] Looking for different style

2000-08-15 Thread Dieter Maurer

cuiod-tec Jens Gelhaar writes:
 > I need a better way to render a DTMLDocument and store the result in
 > variable than
 > 
 > but I do not like the style, it looks clumsy. Is there an another way? I
 > would think something like documentname(...), but the acquisition does not
 > work.
Usually, you simply use



You need the "_[...]" only, if either:

  *  "..." is not a valid Python name

  *  "..." is a Python expression


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Looking for different style

2000-08-14 Thread Curtis Maloney

On Mon, 14 Aug 2000, cuiod-tec Jens Gelhaar wrote:
> I need a better way to render a DTMLDocument and store the result in
> variable than
> 
> but I do not like the style, it looks clumsy. Is there an another way? I
> would think something like documentname(...), but the acquisition does not
> work.
>
now, when you say "documentname(...)"  do you mean   "documentname(_.None, _ 
)" ?

> Thanks Jens
>

Have a better one,
Curtis



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Looking for different style

2000-08-14 Thread cuiod-tec Jens Gelhaar

I need a better way to render a DTMLDocument and store the result in
variable than

but I do not like the style, it looks clumsy. Is there an another way? I
would think something like documentname(...), but the acquisition does not
work.

Thanks Jens


___
Zope maillist  -  [EMAIL PROTECTED]
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 )