***SOLVED***XML Transformation Service: Passing in Styleshee

Posted by nweddle on 25-Oct-2007 08:13

<!l version="1.0" encoding="UTF-8>

Message was edited by:

Nathan Weddle

All Replies

Posted by dmillman on 25-Oct-2007 08:23

Try putting the parameter in double quotes &quot;.David

Posted by nweddle on 25-Oct-2007 09:06

Message was edited by: Nathan Weddle

Posted by nweddle on 25-Oct-2007 11:22

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

Posted by dmillman on 25-Oct-2007 11:44

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.

This thread is closed