ILIAS
Release_4_0_x_branch Revision 61816
|
Require PHP5, uses built-in DOM extension. More...
Go to the source code of this file.
Data Structures | |
class | php4DOMAttr |
class | php4DOMDocument |
class | php4DOMElement |
php4DomElement More... | |
class | php4DOMNode |
php4DOMNode More... | |
class | php4DOMNodelist |
class | php4DOMXPath |
Functions | |
domxml_new_doc ($version) | |
domxml_open_file ($filename) | |
domxml_open_mem ($str) | |
xpath_eval ($xpath_context, $eval_str, $contextnode=null) | |
xpath_new_context ($dom_document) |
Require PHP5, uses built-in DOM extension.
To be used in PHP4 scripts using DOMXML extension. Allows PHP4/DOMXML scripts to run on PHP5/DOM. (Requires PHP5/XSL extension for domxml_xslt functions)
Typical use:
{ if (version_compare(PHP_VERSION,'5','>=')) require_once('domxml-php4-to-php5.php'); }
Version 1.5.5, 2005-01-18, http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/
---------------------------------------------------------------—
Written by Alexandre Alapetite, http://alexandre.alapetite.net/cv/
Copyright 2004, Licence: Creative Commons "Attribution-ShareAlike 2.0 France" BY-SA (FR), http://creativecommons.org/licenses/by-sa/2.0/fr/ http://alexandre.alapetite.net/divers/apropos/#by-sa
If you want to distribute this code, please do it as a link to: http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/
Definition in file domxml-php4-php5.php.
domxml_new_doc | ( | $version | ) |
Definition at line 38 of file domxml-php4-php5.php.
domxml_open_file | ( | $filename | ) |
Definition at line 45 of file domxml-php4-php5.php.
References $filename.
domxml_open_mem | ( | $str | ) |
Definition at line 52 of file domxml-php4-php5.php.
xpath_eval | ( | $xpath_context, | |
$eval_str, | |||
$contextnode = null |
|||
) |
Definition at line 61 of file domxml-php4-php5.php.
xpath_new_context | ( | $dom_document | ) |
Definition at line 68 of file domxml-php4-php5.php.