| Author |
Comment/Response |
Mira A.
|
05/23/08 2:18pm
Hello,
I'm using Mathematica for students version 6.0. The command
ToExpression["<math \
xmlns='http://www.w3.org/1998/Math/MathML'><mrow><mo>∫</mo><\
mi>x</mi><mo>⁢</mo><mrow><mo>ⅆ</mo><mi>x<\
/mi></mrow></mrow></math>", MathMLForm]
Works find using the Mathematica interface. When I try to execute the same command using Mathematica Kernel, it fails with the following output message
Syntax::tsntxi: "\[Integral] x d x" is incomplete; more input is needed.
ToExpression::esntx: Could not parse <math xmlns='http://www.w3.org/1998/Math/MathML'><mrow<<87>>i>x</mi>
</mrow></mrow></math> as Mathematica input.
Out[1]= $Failed
The reason I try it in the kernel is that I actually need to have a .Net front end application that executes Mathematica commands, mainly, on MathML input.
Thanks
URL: , |
|