[][src]Function edi::loose_parse

pub fn loose_parse(input: &str) -> Result<EdiDocument, EdiParseError>

This is an alternate parser which does not perform closing tag validation. If you are receiving EDI documents which have had less rigor applied to their construction, this may help. The number of documents in the confirmation and the IDs on the closing tags don't need to match.