[TYPO3-50-general] [TYPO3-team-core-v5] Templating Engine

Sebastian KurfŸürst sebastian at typo3.org
Fri Oct 24 23:42:33 CEST 2008


Hello,

> Thats why i also like the that <f3:... and {fe:... are both working. I 
> think nearly all possible target formats will allow at least one of the 
> notations without breaking the templates.
I just wanna make something clear: These two formats are _not_ 
equivalent, so if you write
<f3:for each.....>
... something ...
</f3:for>

this is parsed correctly.

However,
{f3:for(each="...")}

{/f3:for}
does NOT work (as there is no closing-tag-syntax for {}.

Anyways, I regard this more as a feature, as it keeps the language nice 
and clean.

Greets,
Sebastian


More information about the TYPO3-project-5_0-general mailing list