XPath to CSS
Problem
You have an XPath expression and you want to convert it to a CSS selector.
Solution
Try cssify. It also runs in the browser.
Command line usage:
$ ./cssify.py '//a' a $ ./cssify.py '//a[@id="bleh"]' a#bleh
Categories: python
css, xpath, xpath to css
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
