Skip to content

Jinks 10.0.0 on eXist-db 6.2.0: Error while loading module http://tei-publisher.com/jinks/path #322

@daliboris

Description

@daliboris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions