aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/xpath
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/xpath')
-rw-r--r--files/ko/web/xpath/introduction_to_using_xpath_in_javascript/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/ko/web/xpath/introduction_to_using_xpath_in_javascript/index.html
index e15574b588..9ae214d84b 100644
--- a/files/ko/web/xpath/introduction_to_using_xpath_in_javascript/index.html
+++ b/files/ko/web/xpath/introduction_to_using_xpath_in_javascript/index.html
@@ -1,6 +1,6 @@
---
title: Introduction to using XPath in JavaScript
-slug: Introduction_to_using_XPath_in_JavaScript
+slug: Web/XPath/Introduction_to_using_XPath_in_JavaScript
tags:
- Add-ons
- DOM
@@ -9,6 +9,7 @@ tags:
- Web Development
- XPath
translation_of: Web/XPath/Introduction_to_using_XPath_in_JavaScript
+original_slug: Introduction_to_using_XPath_in_JavaScript
---
<p>이 문서는 JavaScript 안, 확장기능, 웹사이트에서 <a href="ko/XPath">XPath</a>를 사용하기 위한 인터페이스를 설명합니다. Mozilla는 <a class="external" href="http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html">DOM 3 XPath</a>를 상당량 구현합니다. 이것은 XPath 식이 HTML과 XML 문서 모두에서 잘 돌아간다는 것을 뜻합니다.</p>