diversicon-kb / divercli

Command Line Interface for Diversicon
http://diversicon-kb.eu/tools
Other
0 stars 0 forks source link

Support XQuery transforms #8

Open DavidLeoni opened 7 years ago

DavidLeoni commented 7 years ago

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 commented 7 years ago

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