xpath-diner icon indicating copy to clipboard operation
xpath-diner copied to clipboard

Results 11 xpath-diner issues
Sort by recently updated
recently updated
newest added

**//img[substring(@src, string-length(@src) - string-length('.jpg')+1 ) '.jpg' ]** This example is missing **=** before **'.jpg'** at the end. There should be = so that example works correctly.