Re: XML and Albatross templates?

Gabriel Cooper <[email protected]> Thu, 05 May 2005 10:27:38 -0400
Newsgroups gmane.comp.web.albatross.general
Message-ID <[email protected]>

Andrew McNamara wrote:

>Note that this also means that albatross tags within html tags are no
>longer necessary. So this horrible contruct should be a thing of the past:
>
>    <td colspan="<al-value expr='n.span()'>">
>
>This is now written:
>
>    <al-td al-colspan="n.span()">
>  
>
We implemented the al-xxx attribute change in Snakeskin a several months 
ago and really love it. Since then we've discussed making the "anytag" 
tag several times, our only roadblocks having been setting aside the 
time to do it! Once that's implemented it will completely change what 
template code looks like. /Much/ cleaner code, etc. Definitely implement 
this change! :)

Gabriel Cooper.