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 chaithanya ibatis <ch...@gmail.com> on 2006/07/11 14:56:57 UTC

using typeHandler tag in sqlMapConfig.xml file

Hi,
Can anyone tell me
what dtd should i use for using the typeHandler tag in sqlMapConfig.xml file

currently i'm using this which is not supporting typeHandler tag

<!DOCTYPE sqlMapConfig
    PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN"
    "http://www.ibatis.com/dtd/sql-map-config-2.dtd">

where do i get the dtd supported?


Thanks,
Chaithanya.

Re: using typeHandler tag in sqlMapConfig.xml file

Posted by Nathan Maves <Na...@Sun.COM>.
You are using a really old dtd and you need to upgrade it.  Please  
look at the bottom of the main page at http://ibatis.apache.org/


On Jul 11, 2006, at 6:56 AM, chaithanya ibatis wrote:

> Hi,
> Can anyone tell me
> what dtd should i use for using the typeHandler tag in  
> sqlMapConfig.xml file
>
> currently i'm using this which is not supporting typeHandler tag
>
> <!DOCTYPE sqlMapConfig
>     PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN"
>     "http://www.ibatis.com/dtd/sql-map-config-2.dtd">
>
> where do i get the dtd supported?
>
>
> Thanks,
> Chaithanya.
>


Re: using typeHandler tag in sqlMapConfig.xml file

Posted by Graeme J Sweeney <ib...@gjsweeney.com>.
On Tue, 11 Jul 2006, chaithanya ibatis wrote:

> currently i'm using this which is not supporting typeHandler tag
>
> <!DOCTYPE sqlMapConfig
>   PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN"
>   "http://www.ibatis.com/dtd/sql-map-config-2.dtd">

It does. Post your sqlMapConfig.xml

-- 
Graeme -