Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
I couldn't figure out why my body tag's onload event wasn't firing. After a bit of playing with it, I realized it would fire if I processed the XSLT on the server and sent back HTML. If I process it on the client, it appears that the XML triggers the onload event so by the time the client transforms the XML to HTML, there's no onload event to fire. Yuck.
What if.. (Score:1)
Re:What if.. (Score:1)