blob: 47c2199f3d034feccc74f3ca546fc88c7240508a (
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="/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>
|