pipe = new ReadableData(runtime, XProcConstants.c_data, entity.getStream(), entity.getMediaType().toString());
doc = pipe.read();
logger.debug("Posting non-XML document to " + pipeconfig.definput + " for " + id);
}
xpipeline.writeTo(pipeconfig.definput, doc);
HashMap<String, String> nsBindings = bindingsFromForm(getQuery());
HashMap<String, String> options = convertFormStrings(getQuery());
DeclareStep pipeline = xpipeline.getDeclareStep();