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

Steffen Kamper info at sk-typo3.de
Wed Oct 22 11:58:22 CEST 2008


Hi Ernesto,

very good proposals!

+1 for the XML and moving namespace to xmlns which makes the rest of 
code better readable.

Also having XML at all it's easy to validate template which should be 
done all the time after create/edit (built-in-validation?)

<a href="#">
	<f3:link controller="posts" action="editPost">
		<f3:parameter name="postId">{post.id}</f3:parameter>
	</f3:link>
	Edit post
</a>

how should parser replace the outer a-tag?

And indeed phptal is the inspiring thingy for this new template engine :-)

vg Steffen

[ot]can you propose a good xml-tool for editing custom xml ? I searched 
for something that can be used in php but wasn't lucky with search 
results[/ot]



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