public Document get() throws DBException {
Document doc = DOMHelper.newDocument();
// Let's see if we can interact with Labrador's HTTP Server for REST calls
BrokerContext context = Broker.getInstance().getBrokerContext();
Handler handler = context.getHandler();
boolean restHandler = handler instanceof RESTHandler;
if ( restHandler ) {
StringBuffer sb = new StringBuffer();
sb.append("type=\"text/xsl\" href=\"");