I am receiving something like this from web services as a string:
<p><span class="equation">(x = {-b pm sqrt{b^2-4ac} over 2a})</span><span class="equation">(x = {-b pm sqrt{b^2-4ac} over 2a})</span></p></br>
which I want to show in TextView or WebView. It contains MathML which I want to be converted in proper form.
I have read on the web that MathML can be converted to image form & used.