I have a mathml
expression suppose:
<math><msup><mi>x</mi><mn>2</mn></msup></math>
I need to make x^2 from this say math notation.
I checked a lot and find out certain solutions but all refers the opposite thing, ie, making mathml from math notation.
I need just the opposite.
Making math notation from mathml
.
Note: I need a generalised thing that should work on all conditions of mathml
?
Python version: 3.4