request.getStylesheet()!=null) // you can't ask for a stylesheet in srw!
db.diagnostic(SRWDiagnostic.StylesheetsNotSupported, null, response);
setEchoedSearchRetrieveRequestType(request, response);
if(request.getRecordXPath()!=null)
db.diagnostic(72, null, response);
if(request.getSortKeys()!=null &&
!request.getSortKeys().equals("") && !db.supportsSort())
db.diagnostic(SRWDiagnostic.SortNotSupported, null, response);
// set extraResponseData