issues
search
sissaschool
/
elementpath
XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
MIT License
72
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`<?xml-stylesheet ?>` element breaks relative xpaths
#81
uhlikfil
opened
1 week ago
0
fix issue #79
#80
GangWangAI
closed
1 month ago
0
Incorrect order of text nodes returned by //text() XPath expression
#79
GangWangAI
closed
2 weeks ago
3
XPath 2/3 expression min(.//row/count(entry)) doesn't parse with XPath3Parser: elementpath.exceptions.ElementPathTypeError: 'entry' proxy function at line 1, column 18: [err:XPST0017] unknown function 'entry'
#78
martin-honnen
opened
1 month ago
1
XPath fails with version 4.5 and succeeds with 4.1.5.
#77
sdkeens
closed
1 month ago
4
Fix missing raw string for '[^\r\n]'
#76
RS-Credentive
closed
3 months ago
2
Issue translating regular expression (via XMLSchema)
#75
RS-Credentive
closed
2 months ago
6
Select fails when XML contains leading comment
#74
sean-moore3
closed
3 months ago
2
Question: how to do schema-aware XPath 2 or 3?
#73
martin-honnen
closed
4 months ago
2
Attributes initially not iterated when iterating node tree.
#72
robbert-harms
closed
1 month ago
11
Issue with etree.HTML related to 4.2
#71
Constantin1489
closed
9 months ago
12
[feature] tostring python function
#70
Constantin1489
closed
8 months ago
5
fix zero length Base64 attribute
#69
Mezertas
closed
1 year ago
2
Error when evaluating xs:decimal for namespaced elements
#68
dbkosky
closed
1 year ago
3
path function gives wrong result for root element
#67
martin-honnen
closed
1 year ago
2
tests/test_xpath1_parser.py::LxmlXPath1ParserTest::test_sum_function fails on some systems
#66
mgorny
closed
1 year ago
6
XPathContext item not searching the item itself
#65
robbert-harms
closed
1 year ago
2
4.1.1: test_selectors (tests.test_typing.TestTyping) fails
#64
mtelka
closed
1 year ago
8
Evaluating expression (1 to 5)!map{ "name": "item " || ., "data": array { 1 to . } } gives error "elementpath.exceptions.MissingContextError: '!' operator at line 1, column 9: [err:XPDY0002] Dynamic context required for evaluate"
#63
martin-honnen
closed
9 months ago
10
Upgrade GitHub Actions
#62
cclauss
closed
1 year ago
6
Trouble using extended operators
#61
RaphaelHerd
closed
1 year ago
1
Custom function support
#60
robbert-harms
closed
1 year ago
6
test_selectors (tests.test_typing.TestTyping) fails
#59
mtelka
closed
1 year ago
3
Error in getting attribute value
#58
RabbitJackTrade
closed
1 year ago
8
Is the str of an XPath 3.1 map intended to be simply "map" or of an array to be "array"?
#57
martin-honnen
closed
1 year ago
5
Odd serialization result when calling serialize function on sequence of child nodes
#56
martin-honnen
closed
1 year ago
4
Unit test failed in python 3.10 and 3.11
#55
szlin
closed
1 year ago
4
Is `parse-xml-fragment` adding an element root wrapper element named "document"?
#54
martin-honnen
closed
1 year ago
7
Prefix undefined when using XPath
#53
arenas-guerrero-julian
closed
1 year ago
3
Root selector not available on <class 'lxml.etree._Element'>
#52
robbert-harms
closed
2 years ago
3
Issue with predicate - xpath 1.0
#51
RabbitJackTrade
closed
2 years ago
5
Pass in specific context for datetime quantize operation to prevent error with different decimal defaults
#50
jonbwhite
closed
2 years ago
0
Datetime has an implicit requirement on global decimal defaults
#49
jonbwhite
closed
2 years ago
2
New major release v3.0.0
#48
brunato
closed
2 years ago
3
select() always calls root ElementTree instead of child one
#47
kkuriata
closed
2 years ago
2
Error with "every ...in... satisfies..."
#46
RabbitJackTrade
closed
2 years ago
2
2.5.2: sphinx warnings `reference target not found`
#45
kloczek
closed
2 years ago
2
node()[1]/following-sibling::node() doesn't select nodes with elementpath while lxml.xpath finds them
#44
martin-honnen
closed
2 years ago
2
First stab at fixing and testing preceding-sibling::text() and following-sibling::text() issue raised as issue 42
#43
martin-honnen
closed
2 years ago
1
Incorrect result with XPath 2 step concat(., preceding-sibling::text()[1])
#42
martin-honnen
closed
2 years ago
2
Floating point equality comparison fails in tests
#41
AMDmi3
closed
2 years ago
3
xslt transform
#40
ogustbiller
closed
2 years ago
1
2.2.3: pytest is failing when `pytest-randomly` is used
#39
kloczek
closed
3 years ago
6
2.2.2: sphinx warnings
#38
kloczek
closed
3 years ago
3
2.2.2: pytest is failing
#37
kloczek
closed
3 years ago
8
xsd:datetime fails for .NET serialized date/time objects
#36
bkerkhof
closed
3 years ago
4
Error getting attribute names
#35
RabbitJackTrade
closed
3 years ago
3
Fix field name in setup.py
#34
felixonmars
closed
3 years ago
0
Testing failed on i386 platform.
#33
szlin
closed
3 years ago
8
Test failures when de_DE.UTF-8 locale is not available
#32
mgorny
closed
3 years ago
2
Next