We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In [6]: html5lib.serialize(html5lib.parse("<math><mi xml:lang=en xlink:href=foo /></math>"))Out[6]: u'<math><mi href=foo lang=en></mi></math>'
We should getu'<math><mi xml:href=foo xml:lang=en></mi></math>' or similar back.
u'<math><mi xml:href=foo xml:lang=en></mi></math>'