Nothing has changed in the source your orignal post on this issue: http://www.mail-archive.com/ibatis-user-cs@incubator.apache.org/msg00354.html
The code for getting the sqlMap elements is still: #region Load sqlMap mapping files foreach (XmlNode xmlNode in _configScope.SqlMapConfigDocument.SelectNodes("/sqlMapConfig/sqlMaps/sqlMap")) { _configScope.NodeContext = xmlNode; ConfigureSqlMap(); } #endregion It sounds like you already have a working patch. If you think other users would find your patch helpful, I recommend opening a Jira issue and attaching your patch: http://issues.apache.org/jira/browse/IBATISNET If the change is small enough, you may be able to just paste in your code. I do :-) If you think the documentation could be improved, feel free to add an issue for that too. --- Bob Hanson <[EMAIL PROTECTED]> wrote: > I already mentioned that ibatis does not configure in a way that I > think is best when using it with a DAL class library. So my current > ibatis build is modified as I explained in a previous email. > Unfortunately the configuration documentation is not up to date so I > don't know if I need to keep my changes or if a more recent version > would work for me. > > On 5/21/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > > What are you trying to do that isn't in the documentation? > > > > --- Bob Hanson <[EMAIL PROTECTED]> wrote: > > > Is more ibatis.net documentation planned? > > > > > > It would be nice if the Generic Developer Guide listed the > version it > > > was written for. The current download just isn't in sync wih the > > > latest version and makes configuration confusing. > > > > > >