[ZPT] Re: [Zope] prevent quoting in tal:attributes
Chris Withers
chrisw at nipltd.com
Wed Oct 8 17:26:23 EDT 2003
fergal at esatclear.ie wrote:
> From: Chris Withers chrisw at nipltd.com
>
>>This is bogus in my opinion...
>>
>>hello &name; "how are you"
>>
>>should become:
>>
>>hello &name; "how are you"
>
> In your other emails you are arguing for a mode which would allow entities
> to pass through unescaped. I suggested just such a mode and you call it
> bogus because it allowed an entity through unescaped...
Hmmm... the example I was objecting to was:
hello &name; "how are you"
into
hello &name; "how are you"
...which quotes some things and not others, which can only be confusing!
Chris
More information about the ZPT
mailing list