|
XSLTProcessor::setParameterSet value for a parameter Description
public bool XSLTProcessor::setParameter(string
$namespace , string $name , string $value )public bool XSLTProcessor::setParameter(string
$namespace , array $options )Sets the value of one or more parameters to be used in subsequent transformations with XSLTProcessor. If the parameter doesn't exist in the stylesheet it will be ignored. Parameters
Return Values
Returns Changelog
Examples
Example #1 Changing the owner before the transformation
See Also
|