diff --git a/files/ko/glossary/xslt/index.md b/files/ko/glossary/xslt/index.md new file mode 100644 index 00000000000000..5d3e6285851e45 --- /dev/null +++ b/files/ko/glossary/xslt/index.md @@ -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)