Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

CAS/domxml-php4-php5.php File Reference

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)


Detailed Description

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.


Function Documentation

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(), CASClient::validatePT(), 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.


Generated on Thu Aug 17 02:03:21 2006 for phpCAS by doxygen 1.3.7