This is actually well documented by Dieter, see the second Note of
http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html#c37ac15c14b4b5b2

Florent

In article <000701c27464$06aabe80$[EMAIL PROTECTED]> you write:
> Here was a fun error I had. Try and figure out where the bug is!
> 
> I had this dtml-code:
> 
> <dtml-if getEasyLanguageService>
>           <dtml-let ELS="getEasyLanguageService">
>               <dtml-in getAllLanguages>
>                 <dtml-var "ELS.getLanguageByRFC3066(_['sequence-item'])"
> html_quote>
>               </dtml-in>
>           </dtml-let>
> </dtml-if>
> 
> This worked fine. I then changed it to this:
> 
> <dtml-if "is_language_aware() and getEasyLanguageService()">
>           <dtml-let ELS="getEasyLanguageService">
>               <dtml-in getAllLanguages>
>                 <dtml-var "ELS.getLanguageByRFC3066(_['sequence-item'])"
> html_quote>
>               </dtml-in>
>           </dtml-let>
> </dtml-if>

-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87  http://nuxeo.com  mailto:[EMAIL PROTECTED]

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to