I've been assigned the task of creating an XSLT transform on an XML dump from a database. Being a believer of Test/Behavior Driven Development I was wondering if anyone has attempted it before or has advice about how to go about it.
My gut reaction is to test this 'black box' with rspec. Is there a unit testing framework out there for testing XSLT?