}
public void testSelection() throws Exception {
Selection selected = conf.select(dataRepo);
selected = conf.format(dataRepo, selected);
Document o = selected.render();
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
dbf.setNamespaceAware(true);
DocumentBuilder db = dbf.newDocumentBuilder();
Document expected = db.parse(out);