-
Convert Text to HTML or XHTML with doctype option and link to download the HTML file.
-
Indexer is a small php-script which provides a nice looking index of the content in the directory where it is located (including the directories below). It is valid xhtml and can be customized with css.
-
The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. HoinP is an intermediate concept between templating systems (I don't like the paradigm) and PHP DOM extensions (over complicated for the purpose). It will fit well in MVC designed ...
-
HTMLForm can be used to generate XHTML forms with Javascript to perform client side validation. It can compose a form added all the types of basic HTML form inputs. It also provides convenience functions for adding input for specific purposes, like password and confirmation inputs and password change inputs.There is a separate class to implement advanced text are inputs. HTMLForm ...
-
Data Grid Object can be used to display MySQL query results in HTML tables. It is based on another class originally written by Carlos Miguel Guevara.This version includes several enhancements:- The code no longer issues warnings with E_STRICT error reporting enabled- Produces XHTML compliant HTML- Present all the information in the HTML table, including pagination- Provide Javascript callback functions to ...
-
imGallery can be used to show galleries of images from files stored on the server. It can list a given directories to obtain the paths the images and the respective thumbnails in GIF and JPEG format.imGallery generates pages with thumbnails of the listed images. The pages may be generated with HTML using tables or tableless XHTML.Each page has a limited ...
-
The XhtmlValidator can be used to validate XHTML documents. It uses only the expat extension functions always available under since PHP 3 and it does not need other external XML processing extensions. The class parses the documents and check whether the tags and attributes used by the documents are allowed within the XHTML standard.If validation errors are found, highlighted error ...
-
The XhtmlValidator can be used to validate XHTML documents. It uses only the expat extension functions always available under since PHP 3 and it does not need other external XML processing extensions.XHTML Validator classes parses the documents and check whether the tags and attributes used by the documents are allowed within the XHTML standard.If validation errors are found, highlighted error ...
-
ODT 2 XHTML can be used to convert OpenDocument document files (ODT) to XHTML.It can open an ODT file, extract its contents and use XSL to transform the actual document into XHTML. It requires the PHP Zip, DOM XML and XSL extensions.
-
XHTML Page Creator can be used to create HTML documents defined programatically. The generated documents are compliant with XHTML 1.0 standard.Features of XHTML Page Creator:- Generate HTTP headers to tell browsers and proxies that the dynamically generated and should not be cached- Configurable page title, character set, language, META and LINK document tags- Define external CSS stylesheets- Include JavaScript code- ...
-
PHPOOT is a template engine.Features of phpoot:- PHPOOT uses the "var" attribute of an html element in the template to show model data.- The template for PHPOOT is a XHTML document without special tags as control stracture.- So, the template can be written using normal html editor.- The model data for template is Array, which can contain Array, String and ...
-
XHTML Validator can validate XHTML documents. It may also validate other types of XML documents. It can validate a XHTML document first determining whether it is well-formed and then verifying whether it uses only valid tags and attributes. The list of tags and attributes accepted as valid is configurable.If there is an error, it can provide detailed information about what ...
-
Vision.To Form Elements can be used to programatically generate form elements.It provides means to generate the main form tag with an optional legend, and all other standard types of inputs like text, password, file, checkbox, radio, submit, reset, hidden.The generated HTML output is compliant with XHTML.
-
RDDL Parser can be used to parse RDDL documents. An RDDL document is an XHTML document with special resource elements.RDDL Parser parses the resources described in the RDDL and provides a method to return a PHP array containing the information about the RDDL resources.After parsing the document and retrieving the resources you can do whatever you want with them. RDDL ...

