diff --git a/flattentool/sort_xml.py b/flattentool/sort_xml.py index e4a3072..c859284 100644 --- a/flattentool/sort_xml.py +++ b/flattentool/sort_xml.py @@ -66,6 +66,7 @@ def get_schema_element(self, tag_name, name_attribute): Return the specified element from the schema. tag_name -- the name of the tag in the schema, e.g. 'complexType' + name_attribute -- the value of the 'name' attribute in the schema, ie. the name of the element/type etc. being described, e.g. iati-activities