Home » HTML » HTML_Page
PEAR::HTML_Page is a base class for XHTML page generation.
This package is unmaintained.
Download latest release 2.0.0RC2 (archived versions might be outdated)
License: PHP License 3.0
Description
The PEAR::HTML_Page package provides a simple interface for generating an XHTML compliant page.
* supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and XHTML Basic 1.0
plus preliminary support for XHTML 2.0
* namespace support
* global language declaration for the document
* line ending styles
* full META tag support
* support for stylesheet declaration in the head section
* support for linked stylesheets and scripts
* body can be a string, object with toHtml or toString methods or an array (can be combined)
Maintainers
No maintainers.
Dependencies
No dependencies.
Releases
- 2.0.0RC2 (beta, 2003-11-03)
- 2.0.0RC1 (beta, 2003-11-01)
- 2.0.0b7 (beta, 2003-10-16)
- 2.0.0b6 (beta, 2003-10-15)
- 2.0.0b5 (beta, 2003-07-29)
- 2.0.0b4 (beta, 2003-07-15)
- 2.0.0b3 (beta, 2003-07-13)
- 2.0.0b2 (beta, 2003-06-21)
- 2.0.0b1 (beta, 2003-06-13)
- 1.0 (beta, 2003-06-13)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #110 | Closed | Bug | 2003-10-16 | Type Error in is_null | |
| #125 | Closed | Bug | 2003-10-20 | Stylesheet Type Problem | |
| #698 | Wont fix | Bug | 2004-02-06 | addStyleDeclaration() always overwrite current style. | |
| #800 | Closed | Bug | 2004-02-19 | Output "Object" when doctype is unknown | |
| #814 | Closed | Req | 2004-02-20 | prependBodycontent | |
| #950 | Closed | Bug | 2004-03-05 | [Patch] Correct iterative recustion | |
| #951 | Closed | Req | 2004-03-05 | [Patch] Disable Meta Generator | |
| #1100 | Closed | Bug | 2004-03-30 | bug in example | |
| #1562 | Wont fix | Bug | 2004-06-06 | function 'setBodyContent()' |