ZVON > References > MathML Reference

Go to Standard
Element:compose
Attributes:class | definitionURL | encoding | id | other | style | xlink:href | xref |
Parents:apply | bvar | condition | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | matrix | matrixrow | momentabout | otherwise | piece | reln | semantics | set | uplimit | vector |

Examples:

XHTML documentMathML Source
Example from standard
<apply>
     <compose/>
     <fn>
          <ci> f </ci>
     </fn>
     <fn>
          <ci> g </ci>
     </fn>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <compose/>
     <ci type="fn"> f </ci>
     <ci type="fn"> g </ci>
     <ci type="fn"> h </ci>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <apply>
          <compose/>
          <fn>
               <ci> f </ci>
          </fn>
          <fn>
               <ci> g </ci>
          </fn>
     </apply>
     <ci> x </ci>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <fn>
          <ci> f </ci>
     </fn>
     <apply>
          <fn>
               <ci> g </ci>
          </fn>
          <ci> x </ci>
     </apply>
</apply>