ClientResponse - Global Property
Example: Transforms provider response XML over XSL into client response XML and assigns result to client response global property.
ClientResponse = xslt.Transform("MyTestRS.xsl", strProviderResponse);
Example: Transforms provider response XML over XSL into client response XML and assigns result to client response global property.
ClientResponse = xslt.Transform("MyTestRS.xsl", strProviderResponse);