I have a xml which I am parsing and displaying the values.
<question>
The frequency of tuning fork is 1000 Hz and velocity of sound in air 300 ms-1.The distance travelled by sound while the fork executes 500 oscillations is
</question>
In this as you can see 300 ms to the power -1 is the exact value. But while parsing it is not displayed.
Also I need to display 10^8 as (10 to the power 8 )
How to display these values. Itried including ASCII code but it does not work.
Please help and Thanks in advance.