macro_rules! xpath_item_set {
($($value:expr,)+) => { ... };
($($value:expr),*) => { ... };
}Expand description
Create an XpathItemSet from a list of values
macro_rules! xpath_item_set {
($($value:expr,)+) => { ... };
($($value:expr),*) => { ... };
}Create an XpathItemSet from a list of values