Re: An error on converting MathML to LaTeX

saf sied <[email protected]> Thu, 25 Dec 2014 04:50:09 +0000 (UTC)
Newsgroups gmane.comp.web.mathematics
Message-ID <1482686915.721925.1419483009411.JavaMail.yahoo@jws10061.mail.ne1.yahoo.com>
In my previous message titled "An error on converting MathML to LaTeX" I was refereeing to the following link in regard to Dr. Carlisle's XSLT But it seems W3 email system removed the link. So I am typing the full URL here: http://tex.stackexchange.com/questions/85639/i-want-to-convert-mathml-to-latex
Thanks..Saf 

     On Wednesday, December 24, 2014 9:38 PM, saf sied <[email protected]> wrote:
   

 While using Dr. Carlisle's stylesheet mentioned here to Convert MathML to LaTeX, I am getting the following error:
"The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type"
My XML file has following content:
<?xml version="1.0"?>
<math xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <msup>
    <mi>a</mi>
    <mn>2</mn>
  </msup>
</math>
I think, I may be missing something simple. Please help.
Thanks,Saf