Re: Yet more unicode and page template weirdness
Chris Withers <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
On 13/10/2010 13:47, Marius Gedminas wrote:
> On Wed, Oct 13, 2010 at 08:53:08AM +0100, Chris Withers wrote:
>> Hi All,
>>
>> In Zope 2.12, try putting the following in a TTW ZPT:
>>
>> <tal:c content="›"/>
>
> Are you sure you didn't mean
>
> <tal:c content="string:›"/>
Ah, d'oh! Thanks for the catch!
> The way XML works, all entities in an attribute value are decoded before
> being interpreted, so your TALES interpreter gets an expression
> u'\u203a' which it then fails to interpret.
Makes sense, thanks! What about entities outside of attributes?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )