Issue 113497 - MathML Import Issue for Fractional Equations
Summary: MathML Import Issue for Fractional Equations
Status: CLOSED DUPLICATE of issue 111888
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 3.2.1
Hardware: PC Windows Vista
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 14:36 UTC by tl567
Modified: 2010-07-28 14:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tl567 2010-07-28 14:36:01 UTC
When I import the following MathML into OO Writer/Formula,

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mfrac> 
      <mrow> 
        <mn>12</mn> 
        <msup> 
          <mrow> 
            <mi>x</mi> 
          </mrow> 
          <mrow> 
            <mn>5</mn> 
          </mrow> 
        </msup> 
        <mi>y</mi>> 
        <mo>-</mo> 
        <mn>3</mn> 
        <msup> 
          <mrow> 
            <mi>x</mi> 
          </mrow> 
          <mrow> 
            <mn>10</mn> 
          </mrow> 
        </msup> 
        <msup> 
          <mrow> 
            <mi>y</mi> 
          </mrow> 
          <mrow> 
            <mn>3</mn> 
          </mrow> 
        </msup> 
        <mo>+</mo> 
        <mn>21</mn> 
        <msup> 
          <mrow> 
            <mi>x</mi> 
          </mrow> 
          <mrow> 
            <mn>15</mn> 
          </mrow> 
        </msup> 
        <msup> 
          <mrow> 
            <mi>y</mi> 
          </mrow> 
          <mrow> 
            <mn>4</mn> 
          </mrow> 
        </msup> 
      </mrow> 
      <mrow> 
        <mn>3</mn> 
        <msup> 
          <mrow> 
            <mi>x</mi> 
          </mrow> 
          <mrow> 
            <mn>5</mn> 
          </mrow> 
        </msup> 
        <mi>y</mi> 
      </mrow> 
    </mfrac> 
  </mrow> 
</math>

OO converts it to 12 x^5 y - 3 x^10 y^3 + 21 x^15 y^4} over {3 x^5 y 
instead of {12x^5 y-3x^10 y^3 +21x^15 y^4} over {3x^5 y}
Comment 1 michael.ruess 2010-07-28 14:43:26 UTC
Please do not paste file content code into issue it is very inconvenient to
handle. Better is to attach a sample document.

*** This issue has been marked as a duplicate of 111888 ***
Comment 2 michael.ruess 2010-07-28 14:47:27 UTC
Closing duplicate.