Malthe Borch wrote:
> Alberto Valverde wrote:
>
>> Attached is a patch with a doctest showing the error.
>>
>
> Applied and fixed in r5971. Thanks!
Indeed, works like a charm. chameleon.genshi is now the only templating
engine in my app :)
Thanks,
Alberto
Alberto Valverde wrote:
> Attached is a patch with a doctest showing the error.
Applied and fixed in r5971. Thanks!
\malthe
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev
Malthe Borch wrote:
2009/7/11 Wichert Akkerman :
This looks like a bug. Genshi syntax is pretty explicit about this
having to work; it is an integral part of dynamic XIncludes for example.
Definitely.
Attached is a patch with a doctest showing the error.
Thanks,
Alberto
Index: s
2009/7/11 Wichert Akkerman :
> This looks like a bug. Genshi syntax is pretty explicit about this
> having to work; it is an integral part of dynamic XIncludes for example.
Definitely.
\malthe
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http
On 7/11/09 8:32 PM, Alberto Valverde wrote:
> Hello,
>
> I'm trying to use chameleon.genshi (trunk) to generate a WMS
> GetCapabilities document but expressions inside non-xhtml attributes are
> not evaluated, eg:
>
>
>
> renders "${service_url}" instead of the value of 'service_url'
>
> The same