On Sat, May 9, 2009 at 7:32 AM, Aaron Watters <[email protected]> wrote:
[snip]
>                {{include "editForm"}}
>                        {{set-id Name}}"{{get-cgi Name/}}"{{/set-id}}
>                        {{set-id Title}}"{{get-cgi Title/}}"{{/set-id}}
>                        {{set-id Summary}}"{{get-cgi Summary/}}"{{/set-id}}
>                        {{set-id TextSource}}"{{get-cgi Text/}}"{{/set-id}}
>                {{/include}}

I must say, that looks very much like a JSP include.  In fact your
"configuration template language" seems to be a mirror JSP with
different syntax.  Even Java developers are moving away from JSP
because it has terrible syntax (<c:var out="thingy"/>??) and it's more
or less welded into the web server implementation making it worthless
for general templating.  Btw, why are you using the WSGI environment
as a template context?

Anyhow, I don't think this is the appropriate forum for discussing
whiff.  Whiff is not part of pocoo-libs.

Regards,
-Drew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to