Class Nexista_XslAction

Description

This action applies an xsl stylesheet to an xml string.

The class accepts 3 arguments. 1) the flow variable name containing the xml string, 2) the filename/path of the xsl stylesheet to apply (from NX_PATH_APP) and 3) and optional string that will be used as root tag along with the adding of xml headers. This would be used when a string has tags that that should be transformed by a stylesheet but the string does not have headers/root tags.

Located in /modules/actions/xsl.action.php (line 30)

Nexista_Action
   |
   --Nexista_XslAction
Variable Summary
 array $params
Method Summary
 boolean main ()
Variables
array $params = array(
'xml' => '', //required - flow var
'xsl' => '' //required - xsl file
)
(line 39)

Function parameter array

  • access: protected

Redefinition of:
Nexista_Action::$params
Function parameter array
Methods
main (line 51)

Applies action

  • return: success
  • access: protected
boolean main ()

Redefinition of:
Nexista_Action::main()
Applies action

Inherited Methods

Inherited From Nexista_Action

 Nexista_Action::applyParams()
 Nexista_Action::main()
 Nexista_Action::process()

Documentation generated on Tue, 11 Mar 2008 23:23:17 -0400 for Nexista 0.2.0