Forum


Replies: 2   Views: 3803
Domdocument::loadxml(): namespace prefix wp14 on sizerelh is not defined
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 redpotatojae  · 17-10-2013 - 15:59

Hello there,



I have been trying to prove PHPDOCX would work in our environment so our company can purchase PHPDOCX product.



What we basically need is merging several word documents and filling out templates with merge fields.



this is very simple code I added, but I get 'Namespace prefix wp14 on sizeRelH is not defined' error



$docx = new CreateDocx();

$docx->mergeDOCX('a.docx','b.docx');

$docx->createDocx('hello_world');



 



Thanks,



Jae