Page 1 of 1

XML Input Stage and XSL

Posted: Tue Feb 13, 2007 5:35 pm
by Salegueule
Does anybody has any success in using a stylesheet with the XML Input Stage?

I am trying to get the stage to use a simple stylesheet but get full of warnings such as:

XSLT Processor: Unknown element on the output. Element Name = "CustomerName"


When I am removing the stylesheet reference my job is working fine. I am declaring my stylesheet code straight within the text box in the Advanced tab. I have not try the URL/File path option.

Thanks.

Posted: Tue Feb 13, 2007 6:16 pm
by chulett
I've done it - but you can't just supply your own XSLT. You need to read the XML PACK Designer Guide pdf, specifically the sections on this subject in the Advanced Transformations chapter.

Basically, you need to access the one the stage generates and then modify that. Or is that what you are doing?