XPath
Sign in to saveAlso known as XML Path Language
XPath (XML Path Language) is an expression language designed to support the query or transformation of XML documents. It was defined by the World Wide Web Consortium (W3C) in 1999, and can be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document. Support for XPath exists in applications that support XML, such as web browsers, and many programming languages.
Key facts
- Programming language.name
- XPath
- Programming language.paradigm
- Query language
- Programming language.year
- 1998
- Programming language.developer
- W3C
- Programming language.latest_release_version
- 3.1
- Programming language.influenced_by
- XSLT, XPointer
- Programming language.influenced
- XML Schema, XForms, JSONPath
via Wikipedia infobox
Wikidata facts
- Instance of
- programming language
- Part of
- XSL
- Developer
- World Wide Web Consortium
- Official website
- www.w3.org/TR/xpath
- Image
- Diagram Sederhana XPath.png
Show 7 more facts
- software version identifier
- 3.1
- Stack Exchange tag
- stackoverflow.com/tags/xpath
- inception
- 1999-00-00
- readable file format
- JSON
- programming paradigm
- query language
- Commons category
- XPath
- ACM Classification Code (2012)
- 10003312
via Wikidata · CC0
Article · 中文
XPath即为XML路径语言(XML Path Language),它是一种用来确定XML文档中某部分位置的计算机语言。 XPath基于XML的树状结构,提供在数据结构树中找寻节点的能力。起初XPath的提出的初衷是将其作为一个通用的、介于与XSL间的语法模型。但是XPath很快的被开发者采用来当作小型查询语言。
Abstract from DBpedia / Wikipedia · CC BY-SA