Geeky

I haven’t been very geeky in this space lately, and my current job isn’t always technically challenging, but today I discovered that you can use C# within an XSL template. The stylesheet was being applied to a DataSet that had been converted directly to XML, and I needed to manipulate a date field (and I couldn’t easily do the manipulation in SQL), so it was C# to the rescue. Groovy.