issues
search
antchfx
/
xpath
XPath package for Golang, supports HTML, XML, JSON document query.
MIT License
692
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Regression: Cannot query all nodes using indices
#104
srebhan
closed
1 month ago
1
Test for conjunction of expressions
#103
AidanDelaney
closed
1 month ago
0
`normalize-space()` should be equal to `normalize-space(.)`
#102
zhengchun
closed
3 months ago
0
`Compile` didn't report error in predicate
#101
freesrz93
closed
3 months ago
1
feat: Cyrillic and Greek support
#100
lsimeonov
closed
3 months ago
2
Is it possible to create an xpath expression with non-Latin letters?
#99
sgvx
closed
3 months ago
1
memory leak or endless loop in v1.3.0
#98
rny
closed
3 months ago
5
fix: converting an empty node set to a number should return NaN
#97
guillaumebrunerie
closed
6 months ago
0
Converting an empty node set to a number should return NaN
#96
guillaumebrunerie
opened
7 months ago
1
xpath `lower-case()` function
#95
zhengchun
closed
7 months ago
0
[CHANGES] remove the duplicate element when the query node-set has duplicate element
#94
zhengchun
closed
7 months ago
0
/descendant::span[1] should not be equivalent to //span[1]
#93
yayuyokitano
closed
7 months ago
1
why is panic used instead of returning errors?
#92
vzalevsky
closed
1 year ago
10
Can you give some examples of usage of node axes? ex:getting the matching values of previous sibling and next sibling
#91
ankalasravya
closed
1 year ago
1
How to "zip" two lists together?
#90
jf-tech
opened
1 year ago
1
The multiple filter query with last() and concat() function
#89
Fedorov688
closed
1 year ago
3
Implement string-join function
#88
srebhan
closed
1 year ago
0
stateful interface is cumbersome when performing multiple xpath queries on one document
#87
lolbinarycat
opened
1 year ago
1
errCh for benchmark goroutines
#86
alrs
closed
1 year ago
2
fix xpath with chinese attribute error problem
#85
porcobosso
closed
1 year ago
0
Thank you
#84
marcaudefroy
closed
1 year ago
1
How to concatenate json values?
#83
kirillzyr
closed
1 year ago
2
add CompileWithNS
#82
tingstad
closed
1 year ago
4
How get the xpath of selected html elem?
#81
aaronchen2k
opened
1 year ago
1
string comparison size error
#80
weienjun
opened
2 years ago
1
How to use this in rust
#79
nerdunit
closed
2 years ago
1
The multiple filter query with `last()` function
#78
zhengchun
closed
1 year ago
1
Discussion: Provide `NodeNavigator` interface to get native data
#77
srebhan
closed
2 years ago
12
last() not working on subgroups
#76
ale-rinaldi
closed
1 year ago
7
Bug: //a[@b='../../@b'], Condition expression with parent query(../../) expression filter
#75
zhengchun
closed
2 years ago
0
And'ed expression for node selection.
#74
sjames-iberis
closed
2 years ago
0
Implementing `current()`
#73
Hipska
opened
2 years ago
32
fix(Following Sibling): Following Sibling does not work properly when…
#72
ovadbar
closed
2 years ago
0
Question
#71
dataf3l
closed
2 years ago
2
error: xml: unsupported version "1.1"; only version 1.0 is supported
#70
zhongsdjn
closed
7 months ago
0
Cyrillic characters support
#69
dannysy
closed
3 months ago
0
Improve number handling by returning NaN for non-numbers
#68
DocLambda
closed
3 years ago
0
Error: (4,2) has an invalid token
#67
pgundlach
opened
3 years ago
1
Implementing variables
#66
pgundlach
closed
3 years ago
1
Wanted help parsing xml data with telegraf
#65
pratikdas44
opened
3 years ago
2
invalid memory address or nil pointer dereference when trying to deploy using <folder-name>/*.mtar
#64
longieirl
closed
3 years ago
1
invalid memory address or nil pointer dereference
#63
acook
opened
3 years ago
2
Turning xpath into dom manipulation tool as well
#62
suntong
closed
3 years ago
5
Implement if-then-else Xpath expression
#61
davidzr
closed
1 year ago
7
../text() seems to be flaky
#60
hgschmie
closed
3 years ago
2
Potential bug with getting parent node ( /.. )
#59
dastorda
opened
3 years ago
2
Implement `matches` XPath function.
#58
jf-tech
closed
3 years ago
6
Implement XPath regexp function `matches`
#57
jf-tech
closed
3 years ago
3
Allow multiple evaulations of functions #55
#56
AlecY
closed
4 years ago
2
Name function with argument only works once
#55
AlecY
closed
4 years ago
1
Next