Registry / serialization / antchfx-xpath

antchfx-xpath

JSON →
library1.3.6gogounverified

Package xpath implements XPath expression parsing and evaluation for XML and HTML documents.

go get github.com/antchfx/xpath
INSTALL
IMPORT
SIG · ANTCHFX-XPATH
A
antchfx-xpath
serializationgov1.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xpath
github.com/antchfx/xpath

Compiles an XPath expression.

package main import ( "fmt" "github.com/antchfx/xpath" ) func main() { expr := xpath.MustCompile("//book/title") fmt.Println(expr.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
antchfx-xpath — go get antchfx-xpath · libregistry