pub fn parse_root(body: &[u8]) -> Result<Node, CloudFrontError>
Parse the incoming body into the root node.
Returns MalformedInput on XML errors.
MalformedInput