--On 12. Februar 2006 19:18:51 +0100 Max M <[EMAIL PROTECTED]> wrote:

<a href="#"
    tal:attributes="href here/absolute_url;
                    title here/title;
                    id here/getId"
    tal:content="here/Title">Title</a>


I could write this:

<a href="here/absolute_url" id="here/getId" title="here/Title"
    tal:attributes="href; id; title"
    tal:content="here/Title">Title</a>


That's really syntactical sugar. The purpose of the tal: names is clearly
to tell the parser to do _something_ with the value of an attribute. Now
should a parser guess if the value of an attribute is something to be processed or not? -1 for such ideas.

-aj

Attachment: pgpfoecidL4qX.pgp
Description: PGP signature

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to