oa_gateway_uci

Function looks_like_xml

Source
pub fn looks_like_xml(bytes: &[u8]) -> bool
Expand description

Whether bytes look like XML: UTF-8 whose first non-space is <.

Not a schema check. A document that starts with a BOM or a comment-only prologue is not recognized.