[Zope] Re: [Zope-dev] Interesting namespace observation

Leonardo Rochael Almeida leo@hiper.com.br
27 May 2002 13:31:47 -0300


On Mon, 2002-05-27 at 11:45, Roch=E9 Compaan wrote:
> [...]
>=20
> <dtml-in getProxies('Platform') sort=3D"Name" prefix=3D"platform">

This is not a valid syntax, you should have::

  <dtml-in "getProxies('Platform')" sort=3D"Name" prefix=3D"platform">

Note the double quotes around the getProxies call. In order not to use
the double quotes, you'd have not to pass any parameters to getProxies
as in:

  <dtml-in getProxies sort=3D"Name" prefix=3D"platform">

Cheers

PS: please, do not crosspost. This kind of question is better of in the
zope@zope.org list. This reply goes crossposted for completness sake.=20

--=20
Ideas don't stay in some minds very long because they don't like
solitary confinement.