{"id":58992,"library":"sxd-xpath","title":"sxd-xpath","description":"A Rust library for evaluating XPath expressions on XML documents.","status":"active","version":"0.4.2","language":"rust","source_language":null,"source_url":"https://github.com/shepmaster/sxd-xpath","tags":["xml","xpath","query","parser"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsxd-xpath = \"0.4.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add sxd-xpath","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"evaluate_xpath","correct":"use sxd_xpath::evaluate_xpath;"}],"quickstart":{"code":"use sxd_xpath::evaluate_xpath;\nuse sxd_document::parser;\nlet doc = parser::parse(\"<root><item>value</item></root>\").unwrap();\nlet result = evaluate_xpath(&doc, \"/root/item\").unwrap();\nprintln!(\"{:?}\", result);","lang":"rust","description":"Evaluate an XPath expression on an XML document."},"warnings":[],"env_vars":null,"search_vec":"'document':13 'evalu':8 'express':10 'librari':6 'parser':17 'queri':16 'rust':5 'sxd':2 'sxd-xpath':1 'xml':12,14 'xpath':3,9,15","created_at":"2026-06-16T16:46:30.230906+00:00","updated_at":"2026-06-16T16:46:30.230906+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/shepmaster/sxd-xpath","github":"https://github.com/shepmaster/sxd-xpath","docs":"https://docs.rs/sxd-xpath/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}