Go to the source code of this file.
Classes |
|
class | php4DOMAttr |
class | php4DOMDocument |
class | php4DOMElement |
class | php4DOMNode |
class | php4DOMNodelist |
class | php4DOMXPath |
class | php4DomXsltStylesheet |
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) | |
domxml_xslt_stylesheet_doc ($dom_document) | |
domxml_xslt_stylesheet_file ($xslfile) |
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 37 of file domxml-php4-php5.php.
domxml_open_file | ( | $ | filename | ) |
Definition at line 38 of file domxml-php4-php5.php.
domxml_open_mem | ( | $ | str | ) |
Definition at line 39 of file domxml-php4-php5.php.
Referenced by CASClient::retrievePT(), and CASClient::validateST().
domxml_xslt_stylesheet_doc | ( | $ | dom_document | ) |
Definition at line 250 of file domxml-php4-php5.php.
domxml_xslt_stylesheet_file | ( | $ | xslfile | ) |
Definition at line 251 of file domxml-php4-php5.php.
xpath_eval | ( | $ | xpath_context, | |
$ | eval_str, | |||
$ | contextnode = null |
|||
) |
Definition at line 45 of file domxml-php4-php5.php.
xpath_new_context | ( | $ | dom_document | ) |
Definition at line 46 of file domxml-php4-php5.php.