157158159160161162163164165166167
Thread thread = Thread.currentThread(); ClassLoader oldLoader = thread.getContextClassLoader(); try { thread.setContextClassLoader(loader); CauchoStylesheet xsl; AbstractStylesheetFactory factory; if (_strictXsl) factory = new Xsl();