-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support the Metapath context funtions #162
Comments
Thank you for explaining what makes these functions different re context and proposing the work. I agree these are super important and deserving to implement. Is a now or P2/P3 priority in registry parlance terms? |
* Completed support for the FnImplicitTimezone Metapath function and associated unit test for #162. * Added time data types and the FnCurrentTime Metapath function and unit test. --------- Co-authored-by: A.J. Stein <[email protected]>
* Added the fn:current-date Metapath function in support of #162. * Correct URL link to XPath current-date, not current-dateTime docs --------- Co-authored-by: A.J. Stein <[email protected]>
The remaining functions fn:position and fn:last require significant refactoring and an adjustment to the approach for managing the focus. This work needs to be deferred until work on v3.0.0 starts. Marking it as blocked for now. |
User Story
As a Metapath expression author, such as when writing Metaschema constraints, there is need query information provided by the Metapath dynamic context. such as the current date/time and information about the current document being operated on. The metapath context functions provide this information.
Goals
Implement the following Metapath functions:
Dependencies
None.
Acceptance Criteria
Revisions
No response
The text was updated successfully, but these errors were encountered: