what-is-the-purpose-of-CDATA
์ ์
์์
<select id="findAll" resultMap="MemberResultMap">
select *
from employees
where salary > 100
</select>์ ๋ฆฌ
์ฐธ๊ณ
Last updated
<select id="findAll" resultMap="MemberResultMap">
select *
from employees
where salary > 100
</select>Last updated
<example-code>
while (x < len && !done) {
print( "Still working, 'zzz'." );
++x;
}
</example-code><example-code><![CDATA[
while (x < len && !done) {
print( "Still working, 'zzzz'." );
++x;
}
]]></example-code>