Allows you to pass variables into an XSLT style sheet that will be referenced by <xsl:param> within the style sheet.
objXSLProcessor.addParameter(baseName, parameter, namespaceURI)
The addParameter method can be called in on TransformNode handlers and between transform calls (in async processing), and further processing will use the updated parameter.
Applies To: XSLProcessor Object