You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by Ron Grabowski <ro...@yahoo.com> on 2005/12/11 23:51:56 UTC

How does iBATIS for Java validate sqlMap.config and its related sqlMap files?

Does iBATIS for Java have an .xsd file (or something else) that it
validates the sqlMap.config and sqlMap files against? If so, where in
the repository are those files?

To what extent are the <include> and <sql> fragment tags supported? Is
it possible to use this within deeply nested dynamic sql tags like
<isGreaterThan>? I'm assuming it is...

Thanks,
Ron

Re: How does iBATIS for Java validate sqlMap.config and its related sqlMap files?

Posted by Larry Meadors <lm...@apache.org>.
On 12/11/05, Ron Grabowski <ro...@yahoo.com> wrote:
> To what extent are the <include> and <sql> fragment tags supported? Is
> it possible to use this within deeply nested dynamic sql tags like
> <isGreaterThan>? I'm assuming it is...

Yes, it is.

Larry

Re: How does iBATIS for Java validate sqlMap.config and its related sqlMap files?

Posted by Jeff Butler <je...@gmail.com>.
DTDs are used to validate these files.  http://ibatis.apache.org/dtd

Jeff Butler


On 12/11/05, Ron Grabowski <ro...@yahoo.com> wrote:
>
> Does iBATIS for Java have an .xsd file (or something else) that it
> validates the sqlMap.config and sqlMap files against? If so, where in
> the repository are those files?
>
> To what extent are the <include> and <sql> fragment tags supported? Is
> it possible to use this within deeply nested dynamic sql tags like
> <isGreaterThan>? I'm assuming it is...
>
> Thanks,
> Ron
>