Not able to add a new response parameter to XSLT

Posted by Admin on 26-May-2008 07:24

Hello,

In my Sonic Workbench (7.5) I am trying to create a new XSLT with some request and response parameters. But for some reason I am not able to add new response parameters. I can edit the default response but the add, delete, up and down buttons are not visible in my workbench. These are available for the request params.

Is there something I am missing/doing wrong? And/or are there some preconditions I must finish to get these options available.

Thanks in advance.

Kind regards,

Frank Vermeulen

All Replies

Posted by Bill Wood on 19-Nov-2009 09:39

The parameters are generated by the XSLT (.xsl or .xslt) file itself -- using xsl:param.  For a Stylesheet, there is a single output stream and this is the 'output parameter'.    Think of a Stylesheet as a 'function".   It takes an input stream, and some parameters, but it creates a single xsl:output  -- that is the one that is modelled here.

This thread is closed