Example of XSLTransform.applyXSL
I'm making a call to ParseAndProcessResult and getting a NullPointerException. It seems to be a problem with the variable response in the following code. Does anyone have an example of what response should be? It seems to be an xml.
postRestulInfo = XSLTransformer.applyXSL(response, new File(xslLocation), xslParams,
XSLTransformer.XSL_PARAM_NAME_VALUE_SEPERATOR, XSLTransformer.XSL_PARAM_SEPERATOR);

