Ulasan untuk Try XPath
Try XPath oleh larissa9839
3 ulasan
- Diberi peringkat 3 dari 5oleh Pengguna Firefox 17746693, 3 tahun yang lalumore detail should be improved
- Diberi peringkat 3 dari 5oleh Pengguna Firefox 15003045, 6 tahun yang lalu
- Diberi peringkat 3 dari 5oleh Pengguna Firefox 13839667, 7 tahun yang laluNice, 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.
Balasan pengembang
dikirim 7 tahun yang laluThank 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