Skip to content
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

refactor: resolve URIQualifiedName to QName #804

Merged
merged 4 commits into from
Mar 4, 2020

Conversation

AirQuick
Copy link
Member

@AirQuick AirQuick commented Mar 2, 2020

In one place, URIQualifiedName is handled as a string. In another place, it's handled as xs:QName.
This pull request converts URIQualifiedName to xs:QName using a single utility function. (This is required for experimenting dynamic invocation.)

@AirQuick AirQuick added this to the v1.6.0 milestone Mar 2, 2020
@commit-lint
Copy link

commit-lint bot commented Mar 2, 2020

Features

  • xslt: utility function to resolve URIQualifiedName (62d359b)

Code Refactoring

  • resolve URIQualifiedName to QName (9b048a1)

Documentation

Contributors

@AirQuick

@AirQuick AirQuick changed the title refactor: resolve URIQualifiedName to QName refactor: resolve URIQualifiedName to QName Mar 2, 2020
@AirQuick
Copy link
Member Author

AirQuick commented Mar 4, 2020

Two more similar util functions to come. Getting reviewed at that time will be better.
Merging.

@AirQuick AirQuick merged commit 2e1f390 into xspec:master Mar 4, 2020
@AirQuick AirQuick deleted the resolve-uri-qualified-name branch March 4, 2020 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant