One of the talks will be the lightning talk that I'm giving on the 22nd at the London.pm technical meeting. It's all about my latest crazy crazy idea which is XML::Filter::TT. Essentially a SAX module that allows you to write things like:
<html xmlns:tt="http://www.template-toolkit.org/xmlfiltertt/1.0">
<body>
<tt:process>
[% FOR n = [1..3] %]
<font size="[% n %]">Font size [% n %]</font><br/>
[% END %]
</tt:process>
</body>
</html>
And yes..the font tags will be correctly emitted as start_element SAX events.
YAPC, XML, SAX, TT and other THINGS WRITTEN IN CAPITALS 0 Comments More | Login | Reply /