I've got an XSLT stylesheet. It has many different calls to apply-
templates. These apply-templates calls pass params to their related
templates.
Pretty garden variety really.
But .NET 2.0 is throwing an error that the params are undefined or out
of scope.
Now, the stylesheet works correctly in XML Spy. So, I'm wondering if
there is a known bug in .NET 2.0 XmlCompiledTransform/XPathDocument
that causes it to have scoping problems for parameters passed via
apply-templates? If so, is there a known work around or patch? I'm
dealing with a -lot- of data, the last thing I want to do is rewrite
the stylesheet as some sort of imperative programming hack.