saxon XsltTransformer.SetParameter() HELP PLEASE
I am using Saxon 8.8 for the .NET Framework.
I need to know how to use the XsltTransformer.SetParameter method, wich takes a QName and a XdmValue, classes that I'm not familiar with.
All I want to acomplish is to use a global parameter defined in my stylesheet. Can anyone help me please?
|