Function xso::minidom_compat::make_start_ev_parts
source ยท pub fn make_start_ev_parts(el: &Element) -> Result<(QName, AttrMap), Error>
Expand description
Create the parts for a rxml::Event::StartElement
from a
[minidom::Element
].
Note that this copies the attribute data as well as namespace and name.
This is due to limitations in the [minidom::Element
] API.