Skip to content
Snippets Groups Projects
Commit fe3bd184 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

ENH: implemented xml file converter

parent 17c7eb7f
No related branches found
No related tags found
2 merge requests!181Release 0.9.0,!174XML Converter
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment