Re: Passing an XML document as a parameter to SqlMapClient methods

2005-04-07 Thread Clinton Begin
There are unit tests for this feature...both DOM and String based XML PS:   Sorry the tests are kind of messy at this point...but they're there. Cheers, ClintonOn Apr 7, 2005 11:19 AM, Mark Nabours <[EMAIL PROTECTED]> wrote:I understand that passing an XML document (W3C, JDOM, ??) as a parameter

Passing an XML document as a parameter to SqlMapClient methods

2005-04-07 Thread Mark Nabours
I understand that passing an XML document (W3C, JDOM, ??) as a parameter to the SqlMapClient's methods (insert, update, queryForList, etc.) is a undocumented feature of iBATIS (http://wiki.apache.org/ibatis/Not_yet_Documented). Does anyone have any examples of using this feature? Thanks in ad