Home > python > XPath to CSS

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 Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment

Design a site like this with WordPress.com
Get started