Bruce Robertson

Results 31 issues of Bruce Robertson

In eXist-db 5.2.0 this module declaration operates properly: import module namespace app="http://heml.mta.ca/Lace2/templates" at "modules/app.xql" In eXist-db 5.3.0 it throws the error java.lang.UnsupportedOperationException: TODO(AR) implement It seems that all internal modules...

bug
xquery

To conform to the Epidoc standard, follow the ideas here: https://github.com/OpenGreekAndLatin/First1KGreek/wiki/CTS-URNs:-Using-the-xml:base-attribute-in-CTS-divs

enhancement

Start with a base and do a string manipulation to get these different, but easily related URNs. Consult with CTS-URN gurus about standards.

enhancement

See, for instance, http://heml.mta.ca/lace/side_by_side_view.html?collectionUri=/db/apps/cebetistabula00cebe_2021-02-09-21-43-43&positionInCollection=23 and previous page.

bug

This is a 5x speedup: for $imageset in //lace:imagecollection let $text := $imageset/dc:identifier order by $imageset/dc:creator[0] return if (exists(//lace:run[dc:identifier = $text])) then {$text} else {$text}