pub fn scan_records<R, W>(reader: R, output: &mut W) -> Result<usize>where R: BufRead, W: ObjectWriter<MARCRecord>,
Read MARC records from XML.