[ 源代码: golang-gopkg-xmlpath.v2 ]
软件包:golang-gopkg-xmlpath.v2-dev(0.0~git20150820.0.860cbec-5.1)
golang-gopkg-xmlpath.v2-dev 的相关链接
Debian 的资源:
下载源码包 golang-gopkg-xmlpath.v2:
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.1.dsc]
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec.orig.tar.xz]
- [golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
strict subset of the XPath specification for the Go language
Package xmlpath implements a strict subset of the XPath specification for the Go language. At the moment, xmlpath is compatible with the XPath specification to the following extent:
- All axes are supported ("child", "following-sibling", etc) - All abbreviated forms are supported (".", "//", etc) - All node types except for namespace are supported - Predicates may be [N], [path], [not(path)], [path=literal] or [contains(path, literal)] - Predicates may be joined with "or", "and", and parenthesis - Richer expressions and namespaces are not supported
其他与 golang-gopkg-xmlpath.v2-dev 有关的软件包
|
|
|
|
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package