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 ? (lorem ipsum)
[/code]
I'm using PHPdocX version 4.0.