Artifact 0cce995b61faaa28dd5f47f594d19dc0142cbbaad260dda772cc5fe6759463fb:
- Executable file
r38/packages/mathml/mathml.tst
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 365) [annotate] [blame] [check-ins using] [more...]
on mathml; % output sin (x); (x + y)^5; off mathml; parseml();<math> <apply><plus/> <cn>3</cn> <cn>5</cn> </apply> </math> operator gt; % MathML 1.x form parseml();<math> <reln><gt/> <ci>x</ci> <ci>y</ci> </reln> </math> % MathML 2.x form parseml();<math> <apply><gt/> <ci>x</ci> <ci>y</ci> </apply> </math> end;