- Mybatis xml 에러. The content of elements must consist of well-formed character data or markup. [MarkupNotRecognizedInContent]2024년 11월 22일
- chantleman
- 작성자
- 2024.11.22.:38
<select id="list" parameterType="kr.or.ddit.vo.LprodVO" resultType="kr.or.ddit.vo.LprodVO"> select * from (select ROW_NUMBER() over(order by lprod_id) rn, l.* from lprod l) where rn>=1 and rn <=5 </select>
페이징 처리하려고 했는뎅...
The content of elements must consist of well-formed charater data or markup. 라는 에러가 떴당!!
내용에 부등호가 있을때 발생하는 에러 !!
<![CDATA[]]> 으로 감싸주면 된당!! 🤩
<select id="list" parameterType="kr.or.ddit.vo.LprodVO" resultType="kr.or.ddit.vo.LprodVO"> <![CDATA[ select * from (select ROW_NUMBER() over(order by lprod_id) rn, l.* from lprod l) where rn>=1 and rn <=5 ]]> </select>
728x90'오류' 카테고리의 다른 글
some of selected resources were not cleaned / some resources were not updated (0) 2025.01.04 The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this application (0) 2024.12.10 docker desktop - unexpected wsl error (0) 2024.09.20 역슬래시 replace (1) 2024.08.13 timestamp에러 (0) 2024.08.02 다음글이전글이전 글이 없습니다.댓글
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)