- 01.16분 chapter1
encoding, pi, standalone, parsing
책갈피 : [00:00] xml과 html의 차이/[03:24] xml의 표현/[06:01] PI, standalone/[08:05] parsing/[10:09] 속성/[13:14] 주석/[15:36] root 요소
- 02.19분 chapter2
empty, pcdata, cdata, dtd선언
책갈피 : [00:00] empty 요소/[03:30] pcdata/[05:10] & gt;/[07:44] cdata/[09:45] DTD/[11:25] Well Formed/[12:02] DTD 선언/[15:06] #PCDATA/[17:02] 유효성 검사
- 03.23분 chapter3
attlist, fixed
책갈피 : [00:07] DTD 파일 생성 및 불러오기/[03:33] 구문 설명/[05:19] 콤마(,)의 의미/[07:44] or/[10:01] *과 +의 의미/[11:59] ?의 의미/[14:26] attlist/[17:44] or, *, + 사용 예/[19:04] fixed/[20:50] 브라우저 버전별 실습
- 04.27분 chapter4
required, implied, id, idrefs, idref, entity, system, 파라미터 개체
책갈피 : [00:38] required/[02:03] View Source for full doctype/[04:35] implied/[07:22] 새파일 생성/[08:11] id/[09:13] idrefs/[10:55] idref/[11:34] entity/[13:55] main_address/[16:30] system/[19:10] 파라미터 개체/[20:42] %/[22:17] dtd 연동/[23:51] entity를 외부객체로 선언
- 05.26분 chapter5
네임스페이스, 접두어, schema, schema 검사
책갈피 : [00:00] 네임스페이스/[03:14] xmlns/[04:09] 접두어/[07:08] 이름이 없는 네임스페이스/[10:57] pcdata/[11:38] schema/[14:04] schema를 이용한 xml 생성/[14:28] xsi/[16:22] noNamespaceSchemaLocation/[18:13] complexType/[18:51] sequence/[20:10] schema type 지정/[23:25] schema, xml 검사
- 06.24분 chapter6
schema 타입 생성, choice, all, ref, minOccurs, maxOccurs, 제한값 설정
책갈피 : [00:00] complexType, sequence/[01:30] 새로운 타입 생성/[04:41] choice/[07:03] all/[09:21] element 반복횟수 지정/[11:14] ref/[12:12] minOccurs, maxOccurs/[15:13] 검증/[18:46] 열거형/[20:24] 제한값 설정/[21:33] simpleType/[22:27] 패턴 정의/[23:20] enumeration
- 07.25분 chapter7
다중선택, list, attribute, default, xml-stylesheet
책갈피 : [00:00] xml 파일 생성/[02:41] 검증/[04:28] 다중선택/[05:35] list/[07:31] 다중선택 스키마 연동 xml 생성/[09:05] attribute/[12:13] default/[12:34] fixed/[14:24] use=required/[16:30] use=optional/[17:58] css 정의/[18:56] xml-stylesheet/[21:01] style id 지정/[21:38] 주석처리하는 이유
- 08.21분 chapter8
template, apply-templates, template match, 상대적 위치
책갈피 : [00:00] xsl:stylesheet/[00:24] xsl:template match/[02:27] xsl:stylesheet/[02:55] xml 파일 생성/[03:36] 제목 생성, xsl:apply-templates select/[04:30] xsl:value-of select/[05:15] 연동하기/[05:51] 줄바꿈 설정/[09:13] xml 파일 생성/[09:41] xsl 파일 생성/[10:18] xsl:template match/[10:29] html 문서 작성/[12:03] xsl:template match/[13:40] 결과 확인/[14:27] 경로 설정/[18:30] 상대적 위치 개념/[20:19] 결과 확인
- 09.22분 chapter9
for-each, value-of, or, and, not, true, false
책갈피 : [00:00] 검색으로 깊이 설정/[00:29] xsl 파일 생성/[00:41] xsl:for-each select/[01:43] xsl:value-of select/[02:06] 모델명 리스트/[03:16] 결과 확인/[03:36] 조건 지정하는 방법/[04:11] xml 작성/[04:32] xsl:template match/[04:53] xsl:apply-templates select/[05:32] xsl:value-of select/[06:38] 결과 확인/[08:16] 소괄호와 대괄호/[09:31] 오류 수정/[10:24] 조건의 속성 가져오기/[11:24] 논리 연산자/[11:47] xml, xsl 파일 생성/[12:30] or/[13:57] 결과 확인/[14:26] and/[14:52] 결과 확인/[15:10] 조건 추가, 조건 변경/[16:21] not/[18:00] true, false/[18:41] xml, xsl 파일 생성/[19:42] name(), text()/[20:53] positon()
- 10.40분 chapter10
if, choose, otherwise, sort, element, attribute, xlink
책갈피 : [00:00] 제약 조건/[00:48] xsl:if test/[02:21] 결과 확인/[02:32] positon()/[03:05] font color/[03:48] 결과 확인/[04:03] xsl:choose/[04:57] xsl:when test/[05:57] xsl:otherwise/[07:00] xsl:for-each select/[09:16] 정렬/[10:46] xsl:sort order="ascending"/[12:16] xsl:sort order="descending"/[13:20] myRoot/[14:19] xsl:element name/[15:34] br 태그 적용/[16:01] xsl:element name/[16:38] xml 작성/[16:51] xsl 작성/[17:55] xsl:attribute name/[19:57] 테이블에 이미지 삽입/[20:50] xsl:apply-templates select/[22:10] 결과 확인/[22:31] xlink/[24:42] 결과 확인/[24:52] css 파일 생성/[26:44] xlink:actuate, xlink:show/[27:37] DOM/[29:40] html 파일 생성/[30:53] objdom.load/[33:09] button 생성/[33:37] 결과 확인/[34:06] xml 작성/[35:06] showXML()/[35:56] 결과 확인/[36:28] addNode()/[39:43] 결과 확인
'추천강의' 카테고리의 다른 글
라이트룸5 학원 강의 (0) | 2017.10.30 |
---|---|
액션스크립트 추천 강좌 리뷰 (0) | 2017.10.30 |
c언어 교육 추천 강좌 (0) | 2017.10.30 |
JavaScript 강좌 리뷰 (0) | 2017.10.30 |
My SQL 학원 강좌 추천 (0) | 2017.10.27 |