120121122123124125126127128
// Also no need to close the input stream here, since // DataStore implementations close the input stream when // necessary. } } catch (IOException ioe) { throw new XProcException(XProcConstants.dynamicError(29), ioe); } return documents; }