| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 1x | |||||||||||||||||||
| Classes of Diego Feitosa | > | DOM Adapter | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Applications | |||||||
| Groups | ||
| XML | XML parsing and generation | View top rated classes |
| Innovation Award | ||
![]() October 2006 Number 5 Prize: One book of choice by SAMS |
DOM is a standard API for manipulating XML documents. PHP 4 and PHP 5 have extensions that provide access to the DOM API for use in PHP applications. However, these extensions are not compatible. This class attempts to solve the DOM API compatibility problem, eliminating the need to write application code that handles the differences between the PHP 4 and PHP 5 implementations. Manuel Lemos |
| User ratings | ||
| Not yet rated by the users |
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Class | The Adapter Class | |
| Class | Determines wich version of PHP you are running and create the proper DOM Object | |
| Doc. | Notes about the class | |
| Example | Creation example | |
| Output | Output of the creation.php example | |
| Data | Used in the reading.php example | |
| Example | Reading example |
| Download all files: domadapter.tar.gz domadapter.zip |