Forum


Replies: 10   Views: 4766
Mathml tag
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by asantos  · 02-09-2014 - 18:41

Hello, I've tried to embed an HTML content in Docx. It contains MathML tag. The embedHTML() function does not convert the MathML tag properly. I've tried to with OOML also. The PHP code is: [code] $doc = new CreateDocx(); $doc->embedHTML( $strHtmlContent ); $doc->createDocx('test'); [/code] The HTML code sample is: [code]
What is the answer for FRES=CX?ρ?A2v2 ? (lorem ipsum)
[/code] I'm using PHPdocX version 4.0.