Skip to content

[ko]: add index.md for web/glossary/xinclude #16438

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

Merged
merged 1 commit into from
Oct 7, 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/xinclude/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: XInclude
slug: Glossary/XInclude
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

XInclude는 문서에 다른 문서나 일부를 포함할 수 있도록 하는 포함 태그를 정의하는 W3C 권장 사항입니다. 콘텐츠는 다른 XML 파일이나 텍스트 파일에서 포함될 수 있습니다.

XInclude 메커니즘은 주요 브라우저에서 기본적으로 지원되지 않습니다.

## 같이 보기

- [XInclude 표준](https://www.w3.org/TR/xinclude-11/)
- [`XPath`](/ko/docs/Web/XPath)