I am attempting to run an xslt transform using an XML Task. This transform completes fine when I view the XSLT output in Visual Studio.
When I attempt to do it with an XML Task, as part of my package, I receive an XSLT compile error. I have the following import as part of the transform.
<
xsl:import href="C:\Program Files\Common Files\ORM\DIL\DILSupportFunctions.xslt"/>If I combine the two transforms into a single xslt, then I get
Error: 0xC002F304 at XML Task, XML Task: An error occurred with the following error message: "Function 'msxsl:node-set()' has failed.".
Any help would be great,
- Mike

XSLT Transform node-set() failure