Application.AddXSLT_XQParameter
Method: AddXSLT_XQParameter(name as String, XPath as String)
Description
Adds an XSLT or XQuery parameter. The parameter's name and value are the two arguments of the method.
Errors
1111 | The application object is no longer valid. | |
1100 | Invalid address for the return parameter was specified. | |
1124 | The XPath expression is not set. | |
1125 | Not a QName. | |
1126 | The specified XPath is not valid. Reason for invalidity appended. | |
1127 | A parameter with the submitted name already exists. |