diff options
Diffstat (limited to 'files/ja/web/xpath/introduction_to_using_xpath_in_javascript')
-rw-r--r-- | files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 --- <p>この文書では拡張機能や Web サイトから JavaScript 内で <a href="ja/XPath">XPath</a> を使うためのインターフェースについて解説します。Mozilla は <a class="external" href="http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html">DOM 3 XPath</a> のかなりの部分を実装しており、HTML 文書と XML 文書の双方に対して XPath 式を実行することができます。</p> |