pub fn load<R: BufRead>(reader: R) -> Result<Vec<Metadata>, LoadMetadata>
Load XML metadata from the given reader.