반응형
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 선언_
반응형