Critiques pour Try XPath
Try XPath par larissa9839
3 notes
- Noté 3 sur 5par Utilisateur ou utilisatrice 17746693 de Firefox, il y a 3 ansmore detail should be improved
- Noté 3 sur 5par Utilisateur ou utilisatrice 15003045 de Firefox, il y a 7 ans
- Noté 3 sur 5par Utilisateur ou utilisatrice 13839667 de Firefox, il y a 8 ansNice, 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.
Réponse du développeur
mis en ligne : il y a 8 ansThank 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