(no version information, might be only in CVS)
XSLTProcessor->setParameter() -- Set value for a parameter
Description
class 
XSLTProcessor { 
bool 
setParameter ( string namespace, string name, string value )
}class 
XSLTProcessor { 
bool 
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.