[ Bron: golang-gopkg-xmlpath.v2 ]
Pakket: golang-gopkg-xmlpath.v2-dev (0.0~git20150820.0.860cbec-5.1)
Verwijzigingen voor golang-gopkg-xmlpath.v2-dev
Debian bronnen:
Het bronpakket golang-gopkg-xmlpath.v2 downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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
Andere aan golang-gopkg-xmlpath.v2-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package