aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/xsltprocessor/basic_example
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/basic_example
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/basic_example')
-rw-r--r--files/ko/web/api/xsltprocessor/basic_example/index.html3
1 files changed, 2 insertions, 1 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 문서를 얻어 그것을 사람이 읽을 수 있는 형식으로 나타낸다.