Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #3214 > unrolled thread

getting empty lines when copying as MathML

Started byCory Sand <yrocsand@gmail.com>
First post2011-06-21 11:17 +0000
Last post2011-06-21 11:17 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  getting empty lines when copying as MathML Cory Sand <yrocsand@gmail.com> - 2011-06-21 11:17 +0000

#3214 — getting empty lines when copying as MathML

FromCory Sand <yrocsand@gmail.com>
Date2011-06-21 11:17 +0000
Subjectgetting empty lines when copying as MathML
Message-ID<itpukc$m06$1@smc.vnet.net>
Hi,
I sometimes use Mathematica generate MathML code for pasting into my HTML
pages. The problem is, every other line of code is an empty line. For
example,

<math xmlns='http://www.w3.org/1998/Math/MathML'

    mathematica:form='StandardForm'

    xmlns:mathematica='http://www.wolfram.com/XML/'>

 <mrow>

  <msup>

   <mi>x</mi>

   <mn>2</mn>

  </msup>

  <mo>+</mo>

  <mrow>

   <mn>3</mn>

   <mo>&#8290;</mo>

   <mi>x</mi>

  </mrow>

 </mrow>

</math>

Is there a way to get Mathematica to generate the code without the empty
lines?

Thanks

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web