Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]: add index.md for web/glossary/xslt #16442

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions files/ko/glossary/xslt/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 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)