Recommend this page to a friend! |
Download .zip |
Info | View files (7) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-01-17 (9 years ago) | Not enough user ratings | Total: 1,613 | All time: 2,357 This week: 949 |
Version | License | Categories | ||||
domadapter 1.0 | GNU General Publi... | XML |
Description | Author | ||||||||||||||||
This package can be used create or parse XML documents using a DOM 2 API implementation. Innovation Award
|
|
/** *+-----------------------------------------------------------------------+ *| DOMAdapter v0.1 - 13 Oct 2006 | *+-----------------------------------------------------------------------+ *| Diego do Nascimento Feitosa | *| diego@dnfeitosa.com | *| www.dnfeitosa.com | *| São Paulo/SP - Brasil | *+-----------------------------------------------------------------------+ *| DOMAdapter is free software; you can redistribute it and/or modify | *| it under the terms of the GNU General Public License as published by | *| the Free Software Foundation; either version 2 of the License, or | *| (at your option) any later version. | *| | *| DOMAdapter is distributed in the hope that it will be useful, but | *| WITHOUT ANY WARRANTY; without even the implied warranty of | *| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | *| General Public License for more details. | *| | *| You should have received a copy of the GNU General Public License | *| along with DOMAdapter; if not, write to the Free Software | *| Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | *| 02111-1307 USA | *+-----------------------------------------------------------------------+ **/ == About this class == This class enables you to use the PHP5 DOM Functions interface at PHP4. You can switch between PHP4 and PHP5 without the change of any line in your code. == Dependencies == To use this class, you must have the module 'domxml' loaded at you PHP4 enviroment. You can find this module at http://pecl.php.net. == Unexpected Behaviors == Please, if you find any unexpected behavior, mail me. If you create a patch to solve this problem, send me, so I can update the class at the repository. == Features == There are some features not implemented yet. I will work at this class and try to finish a soon as possible. |
Files |
File | Role | Description |
---|---|---|
DOM.inc | Class | The Adapter Class |
DOMAdapter.inc | Class | Determines wich version of PHP you are running and create the proper DOM Object |
README | Doc. | Notes about the class |
creation.php | Example | Creation example |
example.xml | Output | Output of the creation.php example |
movies.xml | Data | Used in the reading.php example |
reading.php | Example | Reading example |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.