fn parse<'input>( xml: &Document<'input>, injected_stylesheet: Option<&'input str>, ) -> Result<Document<'input>, Error>