Forum


Replies: 2   Views: 2324
Use addlist with embedded html containing a list.
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 IHD  · 27-01-2019 - 16:50

Hi, 

I suggest you parse the HTML with the PHP DOM tools, and from there build the additional array items. Please refer to https://stackoverflow.com/questions/13553572/php-dom-get-items-from-first-ul-element or google "php dom ul list" or similar. 

Good luck!