Peter Stadler

Results 80 comments of Peter Stadler

Yes, there's a lot of problematic `text()` in `eutil:getLocalizedTitle#2`. `text()` will return text nodes, i.e. for an element like ```xml $foo := text1 text2 ``` `$foo/text()` will return two nodes....

That said, `eutil:getLocalizedTitle#2` could definitely be refactored. E.g., `($node/mei:title[@xml:lang = $lang]//text() => string-join() => normalize-space())` could be simplified to `($node/mei:title[@xml:lang = $lang] => normalize-space())`

Thanks for the PR! Could you please rebase your branch on current develop? That should fix the issues with the failing tests

- [x] volume information is missing, see e.g. A111372 - the volume is shown – maybe they meant that the pubPlace is missing? But it's technically not missing, since A111372...

Some initial thoughts: * the "Einordnung im Kalender" could be changed in the data in `ab/@n` * the display of date ranges needs support in the data and the schemata....

That might be on purpose, though, see articles from the "Abendzeitung" etc.

How should that be displayed?

Just for the record: this issue is still valid for eXist-db 6.2.0

Sorry, in `exist.log` there's only ``` 2019-06-03 16:03:56,484 [qtp1276894402-47] ERROR (XQueryServlet.java [process]:552) - null java.lang.NullPointerException: null ```

This still has the "awaiting response" label. Is there anything more I could/should provide?