Skip to content

XML Namespaces

Benjamin Moeller edited this page Mar 1, 2019 · 1 revision

Neither the MySQL/MariaDB 'XML LOAD', nor the MS SQL '(sp_xml_preparedocument/FROM OPENXML(@hDoc, $PATH)' function are able to handle XML Namespaces.

So the next step is to write an importer in python (xml.etree.cElementTree).

Clone this wiki locally