diff options
Diffstat (limited to 'files/zh-cn/glossary/xpath/index.html')
| -rw-r--r-- | files/zh-cn/glossary/xpath/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/xpath/index.html b/files/zh-cn/glossary/xpath/index.html new file mode 100644 index 0000000000..b8c4bd1c91 --- /dev/null +++ b/files/zh-cn/glossary/xpath/index.html @@ -0,0 +1,24 @@ +--- +title: XPath +slug: Glossary/XPath +translation_of: Glossary/XPath +--- +<p> </p> + +<p><strong>XPath </strong>是一种可以访问{{glossary("XML")}} 文件中的节和内容的查询语言 </p> + +<h2 id="了解更多">了解更多</h2> + +<h3 id="技术参考">技术参考</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/XPath">XPath documentation on MDN</a></li> + <li><a href="http://www.w3.org/TR/xpath-30/">XPath specification</a></li> +</ul> + +<h3 id="基本信息">基本信息</h3> + +<ul> + <li><a href="http://www.w3.org/standards/techs/xpath#w3c_all">Official website</a></li> + <li>维基百科上的{{Interwiki("wikipedia", "XPath")}} </li> +</ul> |
