.jsp 파일에서 xml 생성할 때 꼭 설정해야 할것

Published on: 2009. 4. 2. 00:17 by louis.dev
1.맨 윗줄에 xml 이라는 것을 명시적으로 표현
<?xml version="1.0" encoding="EUC-KR" ?>

2.contentType의 변경- html-->변경-->xml
<%@ page contentType="text/xml;charset=euc-kr" %>