XSLTProcessor->setParameter() -- Set value for a parameter
Syntax
class XSLTProcessor { bool setParameter ( string namespace, mixed name [, string value] ) }
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
namespaceURI
The namespace URI of the XSLT parameter.
localName
The local name of the XSLT parameter. This can be either a string
representing the parameter name or an array of
name => value pairs.
value
The new value of the XSLT parameter.
Return Values
Returns TRUE on success or FALSE on failure.
Examples
Example 1. Changing the owner before the transformation
Php xsl xsltprocessor set parameter Function syntax tag
xsl xsltprocessor set parameter php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php xsl xsltprocessor set parameter syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.