W3CUser Interface DomainW3C Math logo: (e to the i*pi) + 1 = 0

MathML Software

What is MathML? | Working Group | Software | Background | Member Area


DSSSL stylesheets for MathML

<math>
    <mi>x</mi>
    <mo>=</mo>
    <mfrac>
        <mrow>
            <mo>-</mo>
            <mi>b</mi>
            <mo>&pm;</mo>
            <msqrt>
                <msup>
                    <mi>b</mi>
                    <mn>2</mn>
                </msup>
                <mo>-</mo>
                <mrow>
                    <mn>4</mn>
                    <mo>&InvisibleTimes;</mo>
                    <mi>a</mi>
                    mo>&InvisibleTimes;</mo>
                    <mi>c</mi>
                </mrow>
            </msqrt>
        </mrow>
    <mrow>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <mi>a</mi>
    </mrow>
    </mfrac>
</math>
<math>
    <reln>
    <eq/>
        <ci>x</ci>
        <apply>
            <divide/>
            <apply>
                <fn>
                    <mo>&pm;</mo>
                </fn>
                <apply>
                    <minus/>
                    <ci>b</ci>
                </apply>
                <apply>
                    <root/>
                    <degree>
                        <cn>2</cn>
                    </degree>
                    <apply>
                        <minus/>
                        <apply>
                            <power/>
                            <ci>b</ci>
                            <cn>2</cn>
                        </apply>
                        <apply>
                            <times/>
                            <cn>4</cn>
                            <ci>a</ci>
                            <ci>c</ci>
                        </apply>
                </apply>
                </apply>
            </apply>
            <apply>
                <times/>
                <cn>2</cn>
                <ci>a</ci>
            </apply>
        </apply>
    </reln>
</math>


Maintained by:
   Angel Diaz(co-chair for the Math working group).
   Patrick Ion(co-chair for the Math working group).
W3C contact for math: Dave Raggett.
Last revised: 1998/10/14 by aldiaz

Copyright  ©  1998 W3C (MIT, INRIA, Keio ), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.