This class manage xsl transformation with php xsl library

author bruno
package tools

 Methods

Construct a new XSLPhpCall instance and set up XSLT processor

__construct() 

Transform the given xml sources files with XSL using the given parameters

transform(string[] $srcs, string[] $params) : \KSource[]

Parameters

$srcs

string[]

the sources to transform TODO replace with KSources

$params

string[]

array of params where key are param name and value param value

Returns

\KSource[]array of transformed KSources

 Properties

 

the XSLTProcessor used to perform transformations

$proc : \XSLTProcessor