templates = new Hashtable(3);
TransformerFactory tf = TransformerFactory.newInstance();
String workPath = getSettings().workPath;
FileAccess fa = new FileAccess(xmsf);
String stylesheetPath = fa.getURL(getSettings().workPath, "layouts/" + cp_FSName);
String[] files = fa.listFiles(stylesheetPath, false);
for (int i = 0; i < files.length; i++)
{
if (FileAccess.getExtension(files[i]).equals("xsl"))
{