dita-for-small-teams / dfst-linkmgmt-basex

Link management application implemented using the BaseX XQuery database
Apache License 2.0
3 stars 2 forks source link

Where Used Query for Elements #2

Open drmacro opened 9 years ago

drmacro commented 9 years ago

Implement XQuery that provides where-used information for a given element

Input to the query:

Result:

A set of "resource descriptors", where a resource descriptor provides the following information:

drmacro commented 9 years ago

Initial implementation minimally working through Web app.

drmacro commented 9 years ago

Need to refine logging infrastructure so can report on where-used index creation appropriately.