Archive for October, 2012

How to Generate an XSLT Transform Using Groovy StreamingMarkupBuilder

| |

Groovy and XSLT are two great options for working with XML. While both have their uses, I was curious about combining them to generate an XSLT transform with a Groovy script. It turns out that doing this is pretty straight forward, with a couple of minor caveats.