סקירות עבור Try XPath
Try XPath larissa9839 מאת
3 דירוגים
- דירוג 3 מתוך 5מאת משתמש Firefox 15003045, לפני 6 שנים
- דירוג 3 מתוך 5מאת משתמש Firefox 13839667, לפני 7 שניםNice, but much too complicated to use. I did not manage to find a documentation how to use namespaces. Was just using this because Xpath Checker does not work any more with current versions of Firefox.
תגובת המפתח
מועד פרסום: לפני 7 שניםThank you for the review. You can use namespaces by entering a JSON string which pair namespace prefixes with namespace URIs. If you enter {"x":"http://www.w3.org/1999/xhtml","y":"http://www.w3.org/2000/svg"} in the Resolver input field, you can use following XPath expressions: //x:div//y:image, //x:a, /y:svg/y:rect