pub fn extract_xmlns_from_raw(xml_content: &str) -> Option<String>
Extract xmlns attribute from raw XML (quickxml_to_serde drops it). Returns Some(value) if found, None otherwise.