Sitellite Application Framework
Class Tree         Index         All Elements

Class: XSLT

Source Location: Program_Root/XML/XSLT.php

Class Overview




Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 31]


[ Top ]


Class Variables

$handle =

[line 39]

This is the XSLT processor resource returned by the xslt_create () function.



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor XSLT [line 47]

XSLT XSLT( )

Constructor method.



Tags:

access:  public


[ Top ]

method errno [line 116]

string errno( )

Returns the current error number.



Tags:

access:  public


[ Top ]

method error [line 101]

string error( )

Returns the current error message.



Tags:

access:  public


[ Top ]

method free [line 130]

void free( )

Frees the XSL processor.



Tags:

access:  public


[ Top ]

method process [line 64]

string process( [string $xsl_data = ''], [string $xml_data = ''], [associative $params = array ()])

Transforms the given XML data and XSL stylesheet and returns the completed transformation as a string, or returns zero (0) in case of failure. Note: The $params property only works with more recent versions of PHP (ie. 4.2+).



Tags:

access:  public


Parameters:

string   $xsl_data  
string   $xml_data  
associative   $params   array $params

[ Top ]


Copyright © 2007, SIMIAN systems Inc.
All rights reserved. Privacy policy
Documentation generated on Tue, 13 Feb 2007 17:20:24 -0600 by Sitellite AppDoc and phpDocumentor 1.2.2