Develope
각 언어별 xml 상단 선언부분
친절한 웬디양~ㅎㅎ
2008. 11. 17. 14:02
반응형
php에서 xml선언
asp에서 xml선언
jsp에서 xml선언
각 웹 언어별 xml 선언_
<?php header('Content-Type: text/xml'); ?>
asp에서 xml선언
<% response.ContentType="text/xml" %>
jsp에서 xml선언
<%@ page contentType="text/xml;charset=euc-kr" %>
각 웹 언어별 xml 선언_
반응형