-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/xslt
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 확장가능한 스타일시트 언어 변환 (eXtensible Stylesheet Language Transformations, XSLT) | ||
slug: Glossary/XSLT | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**(eXtensible Stylesheet Language Transformations, XSLT)** 는 {{Glossary("XML")}} 문서를 다른 XML 문서, {{Glossary("HTML")}}, {{Glossary("PDF")}}, 일반 텍스트 등으로 변환하는 데 사용되는 선언적 언어입니다. | ||
|
||
XSLT은 has its own processor that accepts XML 입력이나 XQuery 및 XPath 데이터 모델로 변환할 수 있는 모든 형식을 허용하는 자체 프로세서가 있습니다. The XSLT 프로세서는 XML 문서와 XSLT 스타일시트를 기반으로 새 문서를 생성하며, 프로세서에서 원본 파일을 변경하지 않습니다. | ||
|
||
## 같이 보기 | ||
|
||
- [XSLT](https://en.wikipedia.org/wiki/XSLT) on Wikipedia | ||
- [MDN의 XSLT 명세서](/ko/docs/Web/XSLT) |