From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/xpath/functions/key/index.html | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/ko/web/xpath/functions/key/index.html (limited to 'files/ko/web/xpath/functions/key') diff --git a/files/ko/web/xpath/functions/key/index.html b/files/ko/web/xpath/functions/key/index.html new file mode 100644 index 0000000000..6441db02de --- /dev/null +++ b/files/ko/web/xpath/functions/key/index.html @@ -0,0 +1,43 @@ +--- +title: key +slug: Web/XPath/Functions/key +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/key +--- +

{{ XsltRef() }}

+


+ key 함수는 인수로 준 키와 값을 갖는 노드 집합을 반환합니다.

+

문법

+
key(keyname ,value )
+
+

인수

+
+
+ + + keyname +
+
+ 사용할 xsl:key 요소의 이름을 포함하는 문자열
+
+
+
+ + + value +
+
+ 반환되는 노드 집합은 제공한 키와 이 값을 갖는 각 노드를 포함합니다.
+
+

반환

+

노드 집합.

+

주의

+ +

이 함수는 XPath에 더한 XSLT 고유 추가분입니다. 기본 XPath 함수 라이브러리의 일부가 아닙니다.

+

정의

+

XSLT 1.0 12.2

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf