Based on the standards on my job, parameters are exclusively provided externally (Service Bus) each time the XSLT is executed.
Variables on the other hand are defined within the XSLT itself and are used as part of the transformation rules. But they don't change.
But samjudson is correct, can't do much without a sample of your XML file input and what you want your desired output to look like.
|