You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: