How to change Transformation xsl using Deployment Plan
I'm using 10.1.3.5
I have a Transformation activity where I have set the text value to assign to an element.
During development and testing, the text value assigned is okay, but during production, I need to assign a different value.
I was thinking of using my deployment plan to change this value.
Is it is possible to change the value of the transformation's xsl from the deployment plan?
Since the text is in the transformation xsl file, I don't think that it belongs under <wsdlAndSchema> in the deployment plan.
It may belong under <BPELProcess>, but I don't think it belongs under either <configurations> or <partnerLinkBindings>.
Is there another node in the deployment plan for working with the activities or the files themselves (or specifically the xsl files)?
How do I use a deployment plan to change this value?