if (DebugFile.trace) DebugFile.writeln("TransformerFactory.newInstance()");
oFactory = TransformerFactory.newInstance();
if (DebugFile.trace) DebugFile.writeln("new StreamSource("+sFilePath+")");
oStreamSrc = new StreamSource(sFilePath);
if (DebugFile.trace) DebugFile.writeln("TransformerFactory.newTemplates(StreamSource)");
oTemplates = oFactory.newTemplates(oStreamSrc);
oSheet = new SheetEntry(lastMod, oTemplates);
if (DebugFile.trace) DebugFile.writeln("WeakHashMap.put("+sFilePath+", SheetEntry)");
oCache.put(sFilePath, oSheet);
} // fi