parse_lenient

Function parse_lenient 

Source
pub fn parse_lenient(input: &str) -> Result<Document, HedlError>
Expand description

Parse a HEDL document with lenient reference handling.

Unresolved references become null instead of causing errors.