pub unsafe extern "C" fn fz_parse_xml(
ctx: *mut fz_context,
buf: *mut fz_buffer,
preserve_white: c_int,
) -> *mut fz_xmlExpand description
Parse the contents of buffer into a tree of xml nodes.
preserve_white: whether to keep or delete all-whitespace nodes.