Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <math xmlns="http://www.w3.org/1998/Math/MathML">
4 <msub>
5 <mi>x</mi>
6 <mn>2</mn>
7 </msub>
8 <mo>+</mo>
9 <msup>
10 <mi>x</mi>
11 <mn>2</mn>
12 </msup>
13 <mo>+</mo>
14 <msubsup>
15 <mi>x</mi>
16 <mn>2</mn>
17 <mn>3</mn>
18 </msubsup>
19 <mo>+</mo>
20 <mmultiscripts>
21 <mi> x </mi>
22 <mn>2</mn>
23 <mn>3</mn>
24 <mprescripts/>
25 <mn>4</mn>
26 <mn>5</mn>
27 </mmultiscripts>
28 </math>
29 </body>
30 </html>