diff --git a/src/caoscrawler/xml_converter.py b/src/caoscrawler/xml_converter.py index 06cf34a2825112feac5880f79a9c7b2b2229e4b7..134c8d72b0f00a3c81852e0f0c78f0e2b70c2f56 100644 --- a/src/caoscrawler/xml_converter.py +++ b/src/caoscrawler/xml_converter.py @@ -66,8 +66,8 @@ class XMLFileConverter(SimpleFileConverter): raise ConverterValidationError( "Error during the validation of the XML file:\n" f"{element.path}\n" + err.message) - raise NotImplementedError("Not implemented yet") - # return [structure_element] + + return XMLTagElement(xml.getroot()) class XMLTagConverter(Converter):