I have a particular problem I'm not sure how to approach. Here at the office there is this large unwieldy XSLT we have for adapting one type of XML to another. The problem is that it's not very consistently written and very difficult to follow. In the ancient creation of this stylesheet, it seems it was forgotten exactly what it does.
Is there a way to easily map out in a human-readable format exactly what the giant XSLT does? i.e. Every possible input -> Every possible output. We can't create an all-encompassing input document, since the adapter has different behavior for different input (We estimate it would take 100+ input documents to cover every possible output)
Any suggestion would be greatly welcome.