Skip to main content

except_atomic_values

Function except_atomic_values 

Source
pub fn except_atomic_values(
    left: Vec<XmlValue>,
    right: Vec<XmlValue>,
) -> Vec<XmlValue>
Expand description

Compute the difference of two atomic value sequences.

Note: This is NOT the XPath except operator (which is node-only).