xml

2005-09-29 Thread Carlos de la Flor Egiluz
I have some sql that returns java obj. can ibatis return one xml string? thanks

Re: xml

2005-09-29 Thread Guido García Bernardo
yes, it can. please read the manual, page 19 http://prdownloads.sourceforge.net/ibatisdb/iBATIS-SqlMaps-2.pdf?download Carlos de la Flor Egiluz wrote: I have some sql that returns java obj. can ibatis return one xml string? thanks -- Guido García Bernardo - [EMAIL PROTECTED] Tfn. +34 983

Re: xml

2005-09-29 Thread Larry Meadors
Well, yes it sort of can. It will return one xml DOCUMENT per object - if you want one object as XML, you can easily do that. If you want a list of objects as a single xml document, you have to do that yourself... Larry On 9/29/05, Guido García Bernardo [EMAIL PROTECTED] wrote: yes, it can.