Peter Stadler
Peter Stadler
@riedde created a landing page for multiple editions in 5c54b4727f44e32b44c06e8238ab59e28ff0721d. So I assume only 1. and 4. still need to be implemented, right?
implemented by #429, hence closing here
what about `getRendering.xql`? is this still used? (I couldn't find any reference to it)
Is the function failing by throwing an error or is it returning "unknown" where you would expect some title text?
Regrettably 8accbac0d0fa96c4fcfc99726e5ff45be21c304b wasn't enough to fix the mei4+ issues. The structure turned from ```xml ``` to ```xml ``` i.e., the `titleStmt` is missing in the new structure. Yet, `add/data/xql/getLinkTarget.xql` still...
Yes, I think we can close this in favor of #493
there are also references to textgrid here https://github.com/Edirom/Edirom-Online/blob/52a8c2f81b19f12648cc5263388e094ed441357d/add/data/xqm/util.xqm#L138-L149 and here https://github.com/Edirom/Edirom-Online/blob/52a8c2f81b19f12648cc5263388e094ed441357d/app/controller/LinkController.js#L119-L120 I think this should also be removed?
Is there a canonical function for retrieving the edition context? Is this somehow related to #83 ?
It'd probably quite easy to add a test to the GitHub actions to check for this issue (be it schematron or what have you). On the other hand that would...
I'm volunteering to implement such a test but still need some guidance on where and when to run such a test: * when installing Edirom Online, i.e. as a post-install-script...