Project

Profile

Help

Bug #4435

Updated by Michael Kay about 4 years ago

I noticed in the code for saxon:query() (class QueryFn) that it appears to handle query parameters in the third argument incorrectly: the value is obtained by atomizing "param" rather than "kid". Needs verifying. 

 The incorrect code is on the path where the parameters are supplied as a document node.

Back