Skip to content

Updating the xml reading in populate.

Diogo Figueirinhas requested to merge populate_xml into develop

Replacing the xml reader

Replaces the custom xml reader in the Populate function by a standard xml function. The package xml.dom.minidom is imported.

Merge request reports