macro_rules! xpath_item_set {
    ($($value:expr,)+) => { ... };
    ($($value:expr),*) => { ... };
}
Expand description

Create an XpathItemSet from a list of values