Open Z6P0 opened 2 years ago
This code should return the text "B":
var result = HtmlXPath.html('<div>A</div>B').query("//div/following-sibling::text()");
But it returns an empty result.
This code should return the text "B":
But it returns an empty result.