YAPC, XML, SAX, TT and other THINGS WRITTEN IN CAPITALS

2shortplanks on 2003-05-12T13:12:44

So I finally got round to submitting my talks for YAPC::Europe this year. Five of 'em! Five. Any more and I wouldn't be able to count them on one hand.

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:

  
   
    
     [% FOR n = [1..3] %]
      Font size [% n %]
[% END %]
And yes..the font tags will be correctly emitted as start_element SAX events.