blob: 6242d1ab0b1d6e557c53f6a2f5f70313aa75cd5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: XPath
slug: Glossary/XPath
tags:
- CodingScripting
- Glossary
- XML
- XPath
translation_of: Glossary/XPath
---
<p><strong>XPath</strong> とは{{glossary("XML")}} ドキュメント内のセクションやコンテンツにアクセスできる問い合わせ言語です。</p>
<h2 id="Learn_more" name="Learn_more">関連項目</h2>
<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
<ul>
<li><a href="https://developer.mozilla.org/ja/docs/Web/XPath">MDN の XPath 文書</a></li>
<li><a href="http://www.w3.org/TR/xpath-30/">XPath specification</a></li>
</ul>
<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
<ul>
<li><a href="http://www.w3.org/standards/techs/xpath#w3c_all">Official website</a></li>
<li>Wikipedia の {{interwiki("wikipedia", "XPath")}}</li>
</ul>
|