1 2 3 4 5 6
fn main() { let xpath = "//*[@id='foo']"; let css_selector = xcss::xcss(xpath); println!("{}", css_selector); }