sin (cos x + x^3)
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <sin/> <apply> <plus/> <apply> <cos/> <ci>x</ci> </apply> <apply> <power/> <ci>x</ci> <cn>3</cn> </apply> </apply> </apply> </math>
Author: MathML 2 Recomendation