You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by sadasiva lingala <sa...@yahoo.com> on 2006/03/27 00:53:17 UTC

customize XML output

Hi
     Is there a way to customize xml output by extending the ibatis framework classes? Some pointers in this regard will help
   
  Thanks

Re: customize XML output

Posted by Clinton Begin <cl...@gmail.com>.
Nope.   And I suggest not using the XML output anyway.  Instead, consider
mapping it to a real domain model, then use something like XStream to
serialize it to XML.

Cheers,
Clinton

On 3/26/06, sadasiva lingala <sa...@yahoo.com> wrote:
>
> Hi
>    Is there a way to customize xml output by extending the ibatis
> framework classes? Some pointers in this regard will help
>
> Thanks
>