Yes, you can, here some code from Tom Nguyen presentation
DomSqlMapBuilder builder = new DomSqlMapBuilder(); builder.ObjectFactory = new ProxyObjectFactory(); _map = builder.Configure(new System.IO.FileInfo(fileName)); -- Cheers, Gilles <a href="http://www.amazon.com/gp/registry/6JCP7AORB0LE">Wish List</a>

