Skip to content

Instantly share code, notes, and snippets.

View markpritchard's full-sized avatar

Mark Pritchard markpritchard

  • Melbourne, Australia
View GitHub Profile
use std::cell::RefCell;
use std::io::Read;
use xml::attribute::OwnedAttribute;
use xml::name::OwnedName;
use xml::namespace::Namespace;
use xml::ParserConfig;
use xml::reader::{EventReader, XmlEvent};
/// Produces elements from the provided source