If modules are looked up in the repository, their URIs are rewritten to a local file path. The URI transformation has been inspired by [http://www.zorba-xquery.com/html/documentation/latest/zorba/uriresolvers Zorba]:
1. If a URI authority exists, it is reversed, and its dots are replaced by slashes.<br/>2. The URI path is appended. If no path exists, a single slash is appended instead.<br/>
3. If the resulting string ends with a slash, the {{Mono|index}} string is appended.