| prev | next |
| File: | ErrorHandling/BadChildren/badPiecewise1.html | |
| Author: | Design Science, Inc (D. Doyle) | |
| Description: | Test of bad piecewise children | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<piecewise>
<piece>
<cn> 0 </cn>
<apply>
<lt/>
<ci> x </ci>
<cn> 5 </cn>
</apply>
</piece>
<foo>
<ci> x </ci>
</foo>
<otherwise>
<ci> y </ci>
</otherwise>
<otherwise>
<ci> x </ci>
</otherwise>
</piecewise>
</math>