Check both default namespace and NsXQueryFunc when binding functions#39
Check both default namespace and NsXQueryFunc when binding functions#39binarycow wants to merge 2 commits intoStefH:masterfrom
Conversation
|
@binarycow The unit test fail, can you please check? And also run the https://github.com/StefH/XPath2.Net/tree/master/src/XQTSRun tool to check if the same coverage in % is as before. |
|
The unit tests in VS all pass. The XQTSRun tool needs a file? Where do I get that file? |
|
|
@binarycow |
…nction name resolution
6de400e to
046ffcb
Compare
|
@StefH - rebased |
|
@binarycow Can you once verify if all tests pass? |
|
@binarycow Did you have time to verify if all tests pass? |
|
@binarycow And with this change, the test Can you investigate ? |
|
@binarycow |
If a document has the default namespace set,
FunctionTable.Bindwill use that namespace to resolve a function name.This change will use the default NsXQueryFunc namespace URI if a function does not exist for the user specified namespace URI.