aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/xpath
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/xpath')
-rw-r--r--files/de/web/xpath/introduction_to_using_xpath_in_javascript/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/de/web/xpath/introduction_to_using_xpath_in_javascript/index.html
index 6af0ba9e0e..93dc70994e 100644
--- a/files/de/web/xpath/introduction_to_using_xpath_in_javascript/index.html
+++ b/files/de/web/xpath/introduction_to_using_xpath_in_javascript/index.html
@@ -1,7 +1,8 @@
---
title: Einführung in den Gebrauch von XPath in JavaScript
-slug: Web/JavaScript/Einführung_in_den_Gebrauch_von_XPath_in_JavaScript
+slug: Web/XPath/Introduction_to_using_XPath_in_JavaScript
translation_of: Web/XPath/Introduction_to_using_XPath_in_JavaScript
+original_slug: Web/JavaScript/Einführung_in_den_Gebrauch_von_XPath_in_JavaScript
---
<p>Dieses Dokument beschreibt die Schnittstelle zu <a href="/en-US/docs/XPath" title="en/XPath">XPath</a> in JavaScript intern, in Erweiterungen und in Webseiten. Mozilla implementiert einen großen Teil von <a class="external" href="http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html">DOM 3 XPath</a>, sodass XPath auf HTML- und XML-Dokumente angewendet werden kann.</p>