From 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:08:35 +0100 Subject: unslug ja: modify --- .../ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/ja/web/xpath') diff --git a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html index c73f0a1a51..822fe73fa4 100644 --- a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html +++ b/files/ja/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 @@ -10,6 +10,7 @@ tags: - XML - XPath - XSLT +original_slug: Introduction_to_using_XPath_in_JavaScript ---

この文書では拡張機能や Web サイトから JavaScript 内で XPath を使うためのインターフェースについて解説します。Mozilla は DOM 3 XPath のかなりの部分を実装しており、HTML 文書と XML 文書の双方に対して XPath 式を実行することができます。

-- cgit v1.2.3-54-g00ecf