[Zope] What's up with the format commands?

Stephan Richter srichter@cbu.edu
Thu, 27 Apr 2000 00:47:48 -0500


><dtml-let foo="absolute_url">
>   <dtml-var foo fmt=url_quote>
></dtml-let>

You made a simple mistake. URL_QUOTE is not a value of FMT, but a flag itself.

Use: <dtml-var foo url_quote>

That will do. :)

Regards,
Stephan
--
Stephan Richter - (901) 573-3308 - srichter@cbu.edu
CBU - Physics & Chemistry; Framework Web - Web Design & Development
PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391