CSSimpleFile sourceFile = (CSSimpleFile)client.getFile(new CSVPath("/some-path-to-the-output.jsp"));
With my CSClient already created, I instantiated it in a new XSLTExtensionContext variable, yet I'm getting a null value during the page rendering process.