Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is the root level of the XML. For the version of iBatis used within the framework, following DOCTYPE should be used.

Code Block
languagexml
<!DOCTYPE sqlMap

...

 
PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN"

...

 
"http://ibatis.apache.org/dtd/sql-map-2.dtd">

...

 
<sqlMap>

...


</sqlMap>