*/
public Object configure(Object obj, Path path, String schemaLocation)
throws ConfigException
{
try {
Schema schema = findCompactSchema(schemaLocation);
QDocument doc = parseDocument(path, schema);
return configure(obj, doc.getDocumentElement());
} catch (RuntimeException e) {