"2020 복습 XML"의 두 판 사이의 차이

seonae's wiki
이동: 둘러보기, 검색
(샘플 문서)
(개체 참조)
55번째 줄: 55번째 줄:
 
! 기호 || 참조명 || 뜻
 
! 기호 || 참조명 || 뜻
 
|-
 
|-
| & || &  || ampersand
+
| & || <pre>&amp;</pre> || ampersand
 
|-
 
|-
| < || &lt; || less than
+
| < || <pre>&lt;</pre> || less than
 
|-
 
|-
| > || &gt; || greater than
+
| > || <pre>&gt;</pre> || greater than
 
|-
 
|-
| " || &quot; || quotation
+
| " || <pre>&quot;</pre> || quotation
 
|-
 
|-
| ' || &apos; || apostrophe
+
| ' || <pre>&apos;</pre> || apostrophe
 
|}
 
|}
  

2020년 2월 1일 (토) 10:11 판

홈으로

핵심 키워드

  • SGML, HTML, XML
  • DTD / XSD
  • CSS / XSL (+XSLT)
  • 요소(element) (+최상위 요소, 부모/자식, 형제)
  • 속성(attribute)
  • 값(value)
  • 주석(comment)
  • well-formed/validate
  • 태깅(tagging)/마크업(Markup)
  • 노드(node)/트리(tree)
  • xPath
  • DOM(document object model)
  • 네임스페이스(namespace)
  • 파싱(parsing) / 파서(parser)
  • 문맥요소(contextual element)


참고 자료

XML

샘플데이터

 이름 : 김인정
 나이 : 25
 전공 : 인문정보학
 거주지 : 경기도 성남시 분당구 하오개로 한국학중앙연구원
 좋아하는 색깔 : 파랑
 좋아하는 과일 : 바나나
 좋아하는 가수 : BTS
 특기 : 잠자기
 수강과목 : 전자문서와 하이퍼텍스트, 인문정보데이터베이스
  • +데이터 하나 더 추가 => 통합예정

만든 XML

수민

승진

은숙

개체 참조

기호 참조명
&
&
ampersand
<
<
less than
>
>
greater than
"
"
quotation
'
'
apostrophe

샘플 문서