public class MVCXMLReader implements IDataLoader {
public ApplicationDm load(String src, String charset) throws Exception {
ApplicationDm app = new ApplicationDm();
app.setCharset(charset);
Digester d = new Digester();
d.push(app);
//load fieldset->field->editor models