-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
As title says, apparently we don't support the pseudoclass language, but as all I want to do is get the XML element corresponding to it, I'm forced to do a really ugly hack that replaces dc:language with something, finds the thing I want, and then unreplaces it.
let lang_selector = Selector::parse("dc:language").unwrap();
called `Result::unwrap()` on an `Err` value: UnexpectedSelectorParseError(UnsupportedPseudoClassOrElement("language"))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Metadata
Metadata
Assignees
Labels
No labels