use xml; fn main() { let root = xml::XMLElement::new("name"); println!("{}", root.to_string()) }