Skip to main content

extract_xmlns_from_raw

Function extract_xmlns_from_raw 

Source
pub fn extract_xmlns_from_raw(xml_content: &str) -> Option<String>
Expand description

Extract xmlns attribute from raw XML (quickxml_to_serde drops it). Returns Some(value) if found, None otherwise.