Usage

        
// Reading a XSL from the domain 'xsl'

ResourceManagerService service = ....
String[] resourceContext = { "foo", "bar", "special" };
String xsl = new String( service.read( "xslt", resourceContext, "test.xsl" ) );