Re: [Repoze-dev] chameleon.genshi with expressions inside non-XHTML attributes

2009-07-20 Thread Alberto Valverde
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

Re: [Repoze-dev] chameleon.genshi with expressions inside non-XHTML attributes

2009-07-17 Thread Malthe Borch
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

Re: [Repoze-dev] chameleon.genshi with expressions inside non-XHTML attributes

2009-07-11 Thread Alberto Valverde
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

Re: [Repoze-dev] chameleon.genshi with expressions inside non-XHTML attributes

2009-07-11 Thread Malthe Borch
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

Re: [Repoze-dev] chameleon.genshi with expressions inside non-XHTML attributes

2009-07-11 Thread Wichert Akkerman
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