aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xpath/introduction_to_using_xpath_in_javascript
diff options
context:
space:
mode:
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.html2
1 files changed, 0 insertions, 2 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 17abefcdbe..67efbfcd10 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
@@ -229,8 +229,6 @@ while (thisHeading) {
<p>反復によってノードを得られたら、そのノードのすべての標準 DOM インターフェイスにアクセスできます。式によって返される <code>h2</code> 要素に対する反復処理が全て終了すると、それ以降は <code>iterateNext()</code> を何度呼び出しても <code>null</code> が返されます。</p>
-<p>{{ 英語版章題("Evaluating against an XML document within an Extension") }}</p>
-
<h3 id="Evaluating_against_an_XML_document_within_an_Extension">拡張機能内の XML 文書に対して評価する</h3>
<p>例として XML 文書が <code>chrome://yourextension/content/peopleDB.xml</code> にあったとします。</p>