-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
There is an unhandled error in Xsoup when using XPath expressions with query in any functions. For example:
//tr[contains(td[1]/text(), 'something')]/td[2]/text()
This causes a NullPointerException at line 53 in CombiningEvaluator due to a null return value in the XPathParser::byFunction method.
Metadata
Metadata
Assignees
Labels
No labels