Jinks 10.0.0 on eXist-db 6.2.0 (clean installation) throws exerr:ERROR error found while loading module path: Error while loading module http://tei-publisher.com/jinks/path: found closing tag: body; expected: hr [at line 6, column 3]
Steps to reproduce
docker run -dit -p 8080:8080 --name jinks-develop existdb/existdb:6.2.0
xst package install from-registry jinks
Open local Jinks
How to fix
Add file path hint to imported module:
Change
import module namespace path="http://tei-publisher.com/jinks/path";
to
import module namespace path="http://tei-publisher.com/jinks/path" at "paths.xql";
Notes
Jinks 10.0.0 on eXist-db 6.4.1 (clean installation) doesn't throw this error.
Jinks 10.0.0 on eXist-db 6.2.0 (clean installation) throws
exerr:ERROR error found while loading module path: Error while loading module http://tei-publisher.com/jinks/path: found closing tag: body; expected: hr [at line 6, column 3]Steps to reproduce
Open local Jinks
How to fix
Add file path hint to imported module:
Change
to
Notes
Jinks 10.0.0 on eXist-db 6.4.1 (clean installation) doesn't throw this error.