pub fn extract_xml_element(xml: &str, element: &str) -> Option<String>
Extract content from an XML element (simple regex-free implementation)