pub fn parse_xml<R>( reader: R, ) -> Result<Vec<Child>, Box<dyn Error + Send + Sync>>where R: Read + BufRead,