// output format
locator = "ows:AcceptFormats/ows:OutputFormat";
parsed = pHelper.getParameterValues(root,xpath,locator);
supported = svcProps.getSupportedValues(CswConstants.Parameter_OutputFormat);
String outputFormat = Val.chkStr(vHelper.negotiateValue(supported,locator,parsed,false));
if (outputFormat.length() > 0) {
context.getOperationResponse().setOutputFormat(outputFormat);
} else {
locator = "@outputFormat";
parsed = pHelper.getParameterValues(root,xpath,locator);