This is the root level of the XML. For the version of iBatis used within the framework, following DOCTYPE should be used.
Code Block | ||
---|---|---|
| ||
<!DOCTYPE sqlMap |
...
PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" |
...
"http://ibatis.apache.org/dtd/sql-map-2.dtd"> |
...
<sqlMap> |
...
</sqlMap> |