Skip to content
Snippets Groups Projects
Commit 45352512 authored by Raphael Collet's avatar Raphael Collet Committed by GitHub
Browse files

[REF] translate: rewrite XML translator to handle namespaces gracefully (#14816)

The class `XMLTranslator` is replaced by a function `translate_xml_node` that
takes an XML node and returns the translated XML node. The translation process
is done by a recursive function on XML nodes that returns the untranslated node
if it can be translated inline, or the translated node otherwise.
parent 47536a3f
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment