xsl-list
[Top] [All Lists]

Re: Reading the values of elements in a complex parameter

2004-09-23 18:33:49
I think I may have sorted something out. To pass in a parameter with
variable sized contents can only be done by passing in a node-set
reference. In my case, I'm passing in raw XML so it's treated as a
string. I don't have a way of passing in a node-set reference, so
pre-processing appears to be my only option.

Can anyone confirm that my theory is correct (or at least plausible).

Thanks,