Colección de citas famosas - Colección de firmas - Cómo analizar el siguiente xml usando Python
Cómo analizar el siguiente xml usando Python
Más fácil con elementtree
Importar xml.etree.ElementTree como ET
tree = ET.parse("page.xml ")
root=tree( )
Imprimir root.attrib["Flag"]