<!l version="1.0" encoding="UTF-8>
Message was edited by:
Nathan Weddle
Try putting the parameter in double quotes ".David
Message was edited by: Nathan Weddle
Ok, here is what I did to fix the problem:
In the XML Transformation Service Runtime Parameters:
Stylesheet Parameters: externalSystem=EAM
Inside my stylesheet, I moved the param declaration out of the template:
TS
TSS
IS
ISS
This works for me, I hope this helps someone else.
Nathan
Sorry I did not see that earlier. All parameters that are to be passed into the stylesheet should be specified after the root tag. Parameters that are specified after the template tag denote how parameters can be passed by calling a specific stylesheet template in a similar manner to that of a Java method.