3.2.0

Anyone use HTMLi with PHP

Anyone ever use or know how to use HTMLi (http://htmli.sf.net) with PHP. The archive I downloaded off the site contains one XML file along with several XSL files. Any help would be appreciated.

Thanks
Acompw
June 29,
Installation of HTMLi under PHP5:

Download http://prdownloads.sourceforge.net/htmli/htmli-0.4.1rc3.zip and uncompress it in the root directory of your web site.

Include <? include_once ('htmli/php/htmli.php'); ?> in <head> section of the page.

Write HTMLi contents between <? HTMLiBegin(); ?> and <? HTMLiEnd();?>


Source code examples

http://www.htmli.com/php-0.4.1/examples/helloworldmenu.php
http://www.htmli.com/files/helloworldmenu.php.html
matias
October 24,
Hello: make this example, but.....

Fatal error: Cannot instantiate non-existent class: domdocument in c:\archivos de programa\apache group\apache\htdocs\wamp\pruebasapp\htmli\php\htmli.php on line 15



Thanks, but my english is fatal too.
Pau
paula
May 3,

This topic is archived.

See also:


Back to support forum