aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/xsltprocessor
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/api/xsltprocessor
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/api/xsltprocessor')
-rw-r--r--files/ko/web/api/xsltprocessor/basic_example/index.html3
-rw-r--r--files/ko/web/api/xsltprocessor/browser_differences/index.html3
-rw-r--r--files/ko/web/api/xsltprocessor/generating_html/index.html3
-rw-r--r--files/ko/web/api/xsltprocessor/index.html3
-rw-r--r--files/ko/web/api/xsltprocessor/introduction/index.html3
-rw-r--r--files/ko/web/api/xsltprocessor/resources/index.html3
6 files changed, 12 insertions, 6 deletions
diff --git a/files/ko/web/api/xsltprocessor/basic_example/index.html b/files/ko/web/api/xsltprocessor/basic_example/index.html
index cb96c52c55..a09cf8ed1d 100644
--- a/files/ko/web/api/xsltprocessor/basic_example/index.html
+++ b/files/ko/web/api/xsltprocessor/basic_example/index.html
@@ -1,7 +1,8 @@
---
title: Basic Example
-slug: XSLT_in_Gecko/Basic_Example
+slug: Web/API/XSLTProcessor/Basic_Example
translation_of: Web/API/XSLTProcessor/Basic_Example
+original_slug: XSLT_in_Gecko/Basic_Example
---
<h2 id=".EA.B8.B0.EB.B3.B8_.EC.98.88"> 기본 예 </h2>
<p>이 첫 예는 브라우저에서 XSLT 변환 설정의 기본을 보여준다. 이 예는 Article에 대한 정보(Title, Author 목록과 Body 글)를 포함한 XML 문서를 얻어 그것을 사람이 읽을 수 있는 형식으로 나타낸다.
diff --git a/files/ko/web/api/xsltprocessor/browser_differences/index.html b/files/ko/web/api/xsltprocessor/browser_differences/index.html
index 0d22a5b825..d89378893c 100644
--- a/files/ko/web/api/xsltprocessor/browser_differences/index.html
+++ b/files/ko/web/api/xsltprocessor/browser_differences/index.html
@@ -1,7 +1,8 @@
---
title: Browser Differences
-slug: XSLT_in_Gecko/Browser_Differences
+slug: Web/API/XSLTProcessor/Browser_Differences
translation_of: Web/API/XSLTProcessor/Browser_Differences
+original_slug: XSLT_in_Gecko/Browser_Differences
---
<h2 id=".EB.B8.8C.EB.9D.BC.EC.9A.B0.EC.A0.80_.EC.B0.A8.EC.9D.B4"> 브라우저 차이</h2>
<p>Netscape 7.x (모든 플랫폼)과 Internet Explorer 6(윈도즈)는 W3C XSLT 1.0 표준( <a class=" external" href="http://www.w3.org/TR/xslt">http://www.w3.org/TR/xslt</a> )을 지원합니다. IE 5.0과 5.5 (둘 다 윈도즈)는 XSLT의 초안만 지원하므로 XSLT 1.0 스타일쉬트와는 호환하지 않습니다. Netscape 6.x는 XSLT 1.0을 부분적으로만 지원합니다.
diff --git a/files/ko/web/api/xsltprocessor/generating_html/index.html b/files/ko/web/api/xsltprocessor/generating_html/index.html
index 5bb284bdb8..bb855f18cc 100644
--- a/files/ko/web/api/xsltprocessor/generating_html/index.html
+++ b/files/ko/web/api/xsltprocessor/generating_html/index.html
@@ -1,7 +1,8 @@
---
title: Generating HTML
-slug: XSLT_in_Gecko/Generating_HTML
+slug: Web/API/XSLTProcessor/Generating_HTML
translation_of: Web/API/XSLTProcessor/Generating_HTML
+original_slug: XSLT_in_Gecko/Generating_HTML
---
<h2 id="HTML_.EC.83.9D.EC.84.B1.ED.95.98.EA.B8.B0"> HTML 생성하기</h2>
<p>브라우저에서 XSLT의 공통 응용은 XML을 클라이언트의 안에 변환해 넣는 것이다. 두번째 예는 입력문서(example2.xml)를 변환하는데, 이것은 또 글의 정보를 포함하고 HTML문서 안에 들어간다.
diff --git a/files/ko/web/api/xsltprocessor/index.html b/files/ko/web/api/xsltprocessor/index.html
index 84d5198c58..e8938f4f88 100644
--- a/files/ko/web/api/xsltprocessor/index.html
+++ b/files/ko/web/api/xsltprocessor/index.html
@@ -1,10 +1,11 @@
---
title: XSLT in Gecko
-slug: XSLT_in_Gecko
+slug: Web/API/XSLTProcessor
tags:
- XSLT
translation_of: Web/API/XSLTProcessor
translation_of_original: XSLT_in_Gecko
+original_slug: XSLT_in_Gecko
---
<ol><li> <a href="ko/XSLT_in_Gecko/Introduction">개요</a>
</li><li> <a href="ko/XSLT_in_Gecko/Basic_Example">기본 예제</a>
diff --git a/files/ko/web/api/xsltprocessor/introduction/index.html b/files/ko/web/api/xsltprocessor/introduction/index.html
index bfb103b98f..fd28421eaf 100644
--- a/files/ko/web/api/xsltprocessor/introduction/index.html
+++ b/files/ko/web/api/xsltprocessor/introduction/index.html
@@ -1,7 +1,8 @@
---
title: Introduction
-slug: XSLT_in_Gecko/Introduction
+slug: Web/API/XSLTProcessor/Introduction
translation_of: Web/API/XSLTProcessor/Introduction
+original_slug: XSLT_in_Gecko/Introduction
---
<h2 id=".EA.B0.9C.EC.9A.94">개요</h2>
<p>W3표준 안에서 주목할만한 하나의 흐름은 스타일로부터 내용을 분리하려는 노력이다.
diff --git a/files/ko/web/api/xsltprocessor/resources/index.html b/files/ko/web/api/xsltprocessor/resources/index.html
index bcdb54116f..2d0d6dda69 100644
--- a/files/ko/web/api/xsltprocessor/resources/index.html
+++ b/files/ko/web/api/xsltprocessor/resources/index.html
@@ -1,7 +1,8 @@
---
title: Resources
-slug: XSLT_in_Gecko/Resources
+slug: Web/API/XSLTProcessor/Resources
translation_of: Web/API/XSLTProcessor/Resources
+original_slug: XSLT_in_Gecko/Resources
---
<h2 id=".EC.9E.90.EC.9B.90" name=".EC.9E.90.EC.9B.90">자원</h2>
<ul>