Hi,
How can i appli a filter only on expressions and not on all the block,
like i do with Cheetah ? And like autoescaping is doing.
I ask this because i would like to reuse my own cheetah filter
(autoescaping + strftime if the value is datetime + %.2f if value is
float...)
For exemple :
print Template("""{%filter upper%}
lower {{upper}}
{%endfilter%}""", upper='upper').render()
return : LOWER UPPER
and i would like : lower UPPER
--
William Dodé - http://flibuste.net
Informaticien Indépendant
--
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.