ZVON > References > MathML Reference

Go to Standard
Element:selector
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
Example from standard

<apply>
     <selector/>
     <matrix>
          <matrixrow>
               <cn> 1 </cn>
               <cn> 2 </cn>
          </matrixrow>
          <matrixrow>
               <cn> 3 </cn>
               <cn> 4 </cn>
          </matrixrow>
     </matrix>
     <cn> 1 </cn>
</apply>

<matrixrow>
     <cn> 1 </cn>
     <cn> 2 </cn>
</matrixrow>

<apply>
     <selector/>
     <ci type="matrix"> A </ci>
     <cn> 3 </cn>
     <cn> 2 </cn>
</apply>

<apply>
     <selector/>
     <ci type="vector">V</ci>
     <cn> 1 </cn>
</apply>