|
XSLTProcessor::setParameterSet value for a parameter Description
bool XSLTProcessor::setParameter
( string
$namespace
, string $name
, string $value
)
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 Examples
Example #1 Changing the owner before the transformation
<?php See Also
|