Just wanted to follow up on some issues with attribute escaping that were asked on the channel.
I believe I have now adressed these concerns: https://github.com/malthe/chameleon/commit/800306a7433250120e039773ef013702dbaec3fc In particular, you can now use invalid markup such as: <span ... alt="true && false" ... > It's not valid, but it's also not the business of the template engine to change the markup. With the changeset above, it's pretty much "what you write is what you'll get". There should be much fewer surprises. \malthe _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev