RS and XSLT, pt1: Applying a Basic Transformation
It was driving me nuts — my transforms just wouldn't apply. I tried
working with some fake data, from my little-used O'Reilly XML in a Nutshell, and that
worked fine. So why couldn't I transform my Reporting Services output? After
banging my head against this one for a while, I finally decided to mess around
with the root <Report ... />
node, first by removing all the extra
elements (because my samples did not have any elements in the root node).
Voilà, the transform now works. Why is that?