<div dir="ltr">Following up now the branch is up for merging. Is this a bug that needs to be fixed.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 2, 2013 at 10:39 PM, Gopalakrishna Bhat <span dir="ltr"><<a href="mailto:gopalakbhat@gmail.com" target="_blank">gopalakbhat@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I have a scenario where I have to get the original xml from KoXmlReader.<br>
<br></div>The original xml is like this:<br><br><math xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>
  <semantics><br>    <mrow><br>      <mrow><br>        <mo stretchy="false">∑</mo><br>        <mrow><br>          <mo stretchy="false">∫</mo><br>          <mrow><br>

            <mo stretchy="false">∬</mo><br>            <mrow><br>              <mo stretchy="false">∭</mo><br>              <mover accent="true"><br>                <mo stretchy="false">∂</mo><br>

                <mo stretchy="false">̀</mo><br>              </mover><br>            </mrow><br>          </mrow><br>        </mrow><br>      </mrow><br>      <mo stretchy="false">∞</mo><br>

      <mrow><br>        <mi>a</mi><br>        <mo stretchy="false">−</mo><br>        <mi>b</mi><br>      </mrow><br>    </mrow><br>  </semantics><br></math><br>

<br></div>I have tried     <br>   QDomDocument domDoc;<br>    bodyElement.asQDomNode(domDoc);<br>    qDebug()<<"value "<<domDoc.toString();<br><br></div>But it generates invalid xml as below:<br><br>

<math xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br> <semantics xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>

  <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>   <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>

    <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∑</mo><br>    <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>

     <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∫</mo><br>     <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>

      <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∬</mo><br>      <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>

       <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∭</mo><br>       <mover xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :accent="true"><br>

        <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∂</mo><br>        <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">̀</mo><br>

       </mover><br>      </mrow><br>     </mrow><br>    </mrow><br>   </mrow><br>   <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">∞</mo><br>

   <mrow xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>"><br>    <mi xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>">a</mi><br>

    <mo xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :stretchy="false">−</mo><br>    <mi xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>">b</mi><br>

   </mrow><br>  </mrow><br>  <annotation xmlns="<a href="http://www.w3.org/1998/Math/MathML" target="_blank">http://www.w3.org/1998/Math/MathML</a>" :encoding="StarMath 5.0">sum int iint iiint grave partial infinity a - b      </annotation><br>

 </semantics><br></math><br><br><br><br></div><div>Is there any other way of getting the xml dump?<br><br></div><div>With regards,<br></div><div>Gopalakrishna<span class="HOEnZb"><font color="#888888"><br></font></span></div>
<span class="HOEnZb"><font color="#888888"><div><div><div><div><div><div><br>-- <br>
My blog <a href="http://gkbhat.blogspot.com" target="_blank">http://gkbhat.blogspot.com</a>
</div></div></div></div></div></div></font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br>My blog <a href="http://gkbhat.blogspot.com">http://gkbhat.blogspot.com</a>
</div>