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

Support XQuery transforms #8

Open
DavidLeoni opened this issue Sep 29, 2016 · 1 comment
Open

Support XQuery transforms #8

DavidLeoni opened this issue Sep 29, 2016 · 1 comment
Assignees

Comments

@DavidLeoni
Copy link
Member

User might want to do some transformation on input XML prior import. There are many tools around to do just that, so we can limit ourselves to include in the distribution a ready to use solution with some docs on how to get started.

In particular, we can suggest using standard XQuery transformations with the included BaseX, which is an XML db that in theory should support transformations even on XMLs that don't fit in memory.

@DavidLeoni DavidLeoni added this to the 0.1 milestone Sep 29, 2016
@DavidLeoni DavidLeoni self-assigned this Sep 29, 2016
@DavidLeoni
Copy link
Member Author

To keep things simple, for now we just

  1. tell users to install separately BaseX and write some guidelines in the docs: https://github.com/diversicon-kb/divercli/blob/master/docs/Tools.md
  2. provide in the released zip some useful xquery script , like rename-ids.xql

@DavidLeoni DavidLeoni removed this from the 0.1 milestone Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant