This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [xml-dev] [Ann - Zvon] Templatotron



This looks similar to TAL in the the zope page template system.
One difference is the approach to namespaces.
In the TAL case, a transformation is triggered simply by the presence of
an attribute from the distinguished space. In the Templatotron case,
it's the presence of such an element identifier.

What was the thinking behind this decision? From reading the tutorial,
it was not clear that this latter mechanism affords any advantage to
counterbalance the added complexity.

Miloslav Nic wrote:
> 
> Templatotron  is a simple language for template based XML processing. It
> can be also thought of as a language designed to  save some writing in
> XSLT stylesheets and for keeping your attention focused on the XML syntax
> not on the XSLT one. I do  not personally mind the rather verbose XSLT
> syntax and so in my eyes the second point is much more important but there
> are  others who may appreciate Templatotron terseness.
> 
> ....

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]