XSLTProcess.Param realParam = xslt.createParam();
realParam.setName(param.getName());
realParam.setExpression(param.getExpression());
}
xslt.execute();
}
private void gengraph(CacheManager cache, String organisation, String module) throws IOException {
gen(cache, organisation, module, getGraphStylePath(cache.getCache()), "graphml");
}