• //EDIT -- Nevermind, apparently if you actually pay attention to the steps everything works just find. Sorry about that.

    I can't figure out what I have done wrong with the SSIS package. I am getting this error on the execute XML task:

    [XML Task] Error: An error occurred with the following error message: "XSLT compile error.".

    Here are my values:

    OperationType = XSLT

    SourceType = File Connection

    Source = transform.xsl

    SaveOperationResult = TRUE

    DestinationType = Fil Connection

    OverwriteDestination = TRUE

    SecondOperandType = Variable

    SecondOperand = User::XmlAsString

    Any clue on what I need to change?

    Thanks