pub fn except_atomic_values( left: Vec<XmlValue>, right: Vec<XmlValue>, ) -> Vec<XmlValue>
Compute the difference of two atomic value sequences.
Note: This is NOT the XPath except operator (which is node-only).
except