<?xml version="1.0" encoding="utf-8"?>
<부서들>
  <부서 code="insa" title="인사부">
    <사원 position="과장">김과정</사원>
    <사원 position="대리">김대리</사원>
    <사원 position="사원">김사원</사원>
  </부서>
  <부서 code="sale" title="영업부">
    <사원 position="부장">이부장</사원>
    <사원 position="과장">이과장</사원>
    <사원 position="대리">이대리</사원>
  </부서>
</부서들>

 

 

 

 

 

 

 

'자바 > JAVA...Spring' 카테고리의 다른 글

JavaScript Library 종류  (0) 2016.01.07
JQuery 개요  (0) 2016.01.07
[dynamicContent.html]  (0) 2016.01.06
Spring 3.2 & MyBatis] 단순한 파일 업로드  (0) 2016.01.05
Spring 3.2 & MyBatis] 단순한 파일 업로드  (0) 2016.01.05

+ Recent posts