htmlquery icon indicating copy to clipboard operation
htmlquery copied to clipboard

htmlquery is golang XPath package for HTML query.

Results 16 htmlquery issues
Sort by recently updated
recently updated
newest added

i want to request url use proxy,but i cannot set proxy use this package.

We're leveraging xpath directly to validate our xquery as well as using htmlquery to do our actual xpath selection. We're using a LRU cache for our direct xpath usage but...

question

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

panic: not yet support this function lower-case()

Is there much of a speed difference between the two packages? Also, the htmlquery will allow badly formed XML? Is it fault tolerant to missing closing tags

Refactor the LoadURL method, use variable parameters to pass parameters, add proxy and timeout control parameters, and be compatible with previous versions