August 3, 2006 at 10:03 am
I have an SSIS package that works fine at the moment. I am using an XML Task to simply apply an XSLT to my XML file and produce a txt file containing the transformed output.
However, When I move some of the functionality out of the XSLT file and into anopther XSLT file that I then reference with the standard <xsl:include... tag in my main xslt file, it will not work! It simply complains of an XSLT error!
I am assuming that it doesn't have access to the additional file!
Anyone got any ideas on how I can get around this problem?
thanks in advance.
Apologies - The title of this post was meant to read: XML Task - Xslt problem
August 7, 2006 at 8:00 am
This was removed by the editor as SPAM
October 27, 2006 at 2:23 am
I remember reading that xsl:include isn't supported. You'll have to stick it all in the same xsl sheet I'm afraid!
David McKinney.
October 27, 2006 at 2:29 am
Cheers Dave,
I figured as much.
SHiggs
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply