<?xml version="1.0" encoding="utf-8"?>
<article xmlns="http://docbook.org/ns/docbook">
   <title>MathML Equations</title>
   <equation>
      <title>Quadratic formula</title>
      <math xmlns="http://www.w3.org/1998/Math/MathML"
            xmlns:x="http://www.jenitennison.com/xslt/xspec"
            display="block">
         <mrow>
            <mi>x</mi>
            <mo>=</mo>
            <mfrac>
               <mrow>
                  <mo form="prefix">−</mo>
                  <mi>b</mi>
                  <mo>±</mo>
                  <msqrt>
                     <msup>
                        <mi>b</mi>
                        <mn>2</mn>
                     </msup>
                     <mo>−</mo>
                     <mn>4</mn>
                     <mo>⁢</mo>
                     <mi>a</mi>
                     <mo>⁢</mo>
                     <mi>c</mi>
                  </msqrt>
               </mrow>
               <mrow>
                  <mn>2</mn>
                  <mo>⁢</mo>
                  <mi>a</mi>
               </mrow>
            </mfrac>
         </mrow>
      </math>
   </equation>
</article>
