343344345346347348349350351352353
try { Document doc = loadDocument(filename); if (doc == null) throw new Exception(); finishString(doc.evaluateAsString()); } catch (Throwable e) { log.warn("File could not be included: " + filename); // ignore the problem for now