asimryu

xml 명단(2015.06.18)

Jun 17th, 2015
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <gifts>
  3.     <studentslist>
  4.         <student>
  5.             <classtitle>모던웹디자인</classtitle>
  6.             <sname>김민범</sname>
  7.             <school>대전전자디자인고등학교</school>
  8.             <year>3</year>
  9.         </student>
  10.         <student>
  11.             <classtitle>모던웹디자인</classtitle>
  12.             <sname>이민호</sname>
  13.             <school>대전전자디자인고등학교</school>
  14.             <year>2</year>
  15.         </student>
  16.         <student>
  17.             <classtitle>모던웹디자인</classtitle>
  18.             <sname>조현준</sname>
  19.             <school>대전전자디자인고등학교</school>
  20.             <year>2</year>
  21.         </student>
  22.         <student>
  23.             <classtitle>모던웹디자인</classtitle>
  24.             <sname>정성현</sname>
  25.             <school>경기자동차과학고등학교</school>
  26.             <year>1</year>
  27.         </student>
  28.         <student>
  29.             <classtitle>모던웹디자인</classtitle>
  30.             <sname>김남휘</sname>
  31.             <school>경기자동차과학고등학교</school>
  32.             <year>1</year>
  33.         </student>
  34.         <student>
  35.             <classtitle>모던웹디자인</classtitle>
  36.             <sname>윤정휘</sname>
  37.             <school>경기자동차과학고등학교</school>
  38.             <year>1</year>
  39.         </student>
  40.         <student>
  41.             <classtitle>모던웹디자인</classtitle>
  42.             <sname>양현모</sname>
  43.             <school>경기자동차과학고등학교</school>
  44.             <year>1</year>
  45.         </student>
  46.         <student>
  47.             <classtitle>모던웹디자인</classtitle>
  48.             <sname>김다희</sname>
  49.             <school>태안여자고등학교</school>
  50.             <year>2</year>
  51.         </student>
  52.         <student>
  53.             <classtitle>모던웹디자인</classtitle>
  54.             <sname>최윤</sname>
  55.             <school>태안여자고등학교</school>
  56.             <year>3</year>
  57.         </student>
  58.         <student>
  59.             <classtitle>모던웹디자인</classtitle>
  60.             <sname>지연주</sname>
  61.             <school>태안여자고등학교</school>
  62.             <year>3</year>
  63.         </student>
  64.         <student>
  65.             <classtitle>모던웹디자인</classtitle>
  66.             <sname>박대영</sname>
  67.             <school>동일전자정보고등학교</school>
  68.             <year>3</year>
  69.         </student>
  70.     </studentslist>
  71. </gifts>
Advertisement
Add Comment
Please, Sign In to add comment