nextRef += (startRow+limitCount);
nextRef += "&limit=";
nextRef += limitCount;
DBIterator<Entry> entries = atomDB.getEntriesModifiedBefore(target,sinceMarker,startRow,limitCount);
Form form = getRequest().getResourceRef().getQueryAsForm();
generate(new WriterItemDestination(new OutputStreamWriter(os,"UTF-8"),"UTF-8"),entries,prevRef,nextRef);
entries.finished();
} catch (XMLException ex) {
getContext().getLogger().log(Level.SEVERE,"Cannot serialize metadata feed.",ex);
throw new IOException("Cannot serialize metadata feed.");
} catch (SQLException ex) {