From d12b12d843dca2817156744d50be1cad6dab70d6 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 14 Mar 2016 14:57:43 -0400 Subject: [PATCH] Expanded comment. --- harvest/oai.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/harvest/oai.ini b/harvest/oai.ini index 9d8f2755a9c..38a98d02c05 100644 --- a/harvest/oai.ini +++ b/harvest/oai.ini @@ -44,7 +44,12 @@ ; combineRecords may be set to true if you would like the harvested records to be ; combined into a fewer number of files (this is determined by the OAI server's ; response chunk size). The default setting (false) will result in a new file being -; created for each record. +; created for each record. Note that this function is primarily intended for +; harvesting MARC records; many of the example XSLT transformations for other +; types of metadata are designed to process one record at a time and will not +; work with this setting. However, it may be possible to revise the XSLT to handle +; batches of records, and such improvements would be welcomed as contributions to +; future releases of VuFind. ; ; combineRecordsTag may be used to supply a beginning and ending XML tag (if ; combinedRecords is set to true) which will be used to wrap the set of -- GitLab