#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlGetProp(
node: *const _xmlNode,
name: *const xmlChar,
) -> *mut xmlCharExpand description
Get a property value by name.
ยงUPSTREAM-PARITY
xmlChar *xmlGetProp(const xmlNode *node, const xmlChar *name);Returns a newly allocated string. Caller must free with xmlFree.