// the following attributes are not currently populated:
// resultSetId expires
// create and add the status element
String sTimestamp = opResponse.toIso8601(new Timestamp(System.currentTimeMillis()));
Element elStatus = responseDom.createElementNS(CswNamespaces.URI_CSW,"csw:SearchStatus");
elStatus.setAttribute("timestamp",sTimestamp);
parent.appendChild(elStatus);
// create and add the results element