Function set_stringified_attributes

Source
pub fn set_stringified_attributes(
    dom_string: &mut String,
    xml_attributes: &StringPairVec,
    filtered_xml_attributes: &Vec<(String, String)>,
    tabs: usize,
)