-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check both default namespace and NsXQueryFunc when binding functions #39
base: master
Are you sure you want to change the base?
Check both default namespace and NsXQueryFunc when binding functions #39
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.Bind
will 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.