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

Implement all XQTS dependency types #3

Open
adamretter opened this issue Jul 16, 2018 · 0 comments
Open

Implement all XQTS dependency types #3

adamretter opened this issue Jul 16, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@adamretter
Copy link
Contributor

adamretter commented Jul 16, 2018

At the moment we only implement checks for the XQTS test-case and test-set dependency types:

  1. feature.
  2. spec.
  3. xml-version.
  4. xsd-version.

See: https://github.com/eXist-db/exist-xqts-runner/blob/master/src/main/scala/org/exist/xqts/runner/XQTSParserActor.scala#L364.

We are missing implementations for the following dependency types:

  1. calendar
  2. collection-stability. Currently unused in the XQTS tests.
  3. default-language
  4. directory-as-collection-uri. Currently unused in the XQTS tests.
  5. format-integer-sequence.
  6. language.
  7. limits.
  8. schemaAware. Currently unused in the XQTS tests.
  9. unicode-normalization-form.

Most of these require further investigation, however I suspect that in most cases eXist-db does not support the configuration of these context dependencies yet.

@adamretter adamretter added the bug Something isn't working label Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant