Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -8,4 +8,5 @@ .idea /config.xml /dist /xq tests-output.xml fixtures/config.xml +2 −2 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns="http://certic.unicaen.fr/max/ns/1.0" env="dev" vocabulary-bundle="max-dumb-xml"> <version name="0.0.3" url="https://git.unicaen.fr/pdn-certic/max-v2/-/archive/0.0.2/max-v2-0.0.3.zip"/> <version name="0.0.4" url="https://git.unicaen.fr/pdn-certic/max-v2/-/archive/0.0.4/max-v2-0.0.4.zip"/> <languages> <language>fr</language> <language>en</language> Loading @@ -9,6 +9,6 @@ <bundles> <bundle name="max-dumb-xml"/> <bundle name="max-export"/> <bundle name="max-db-bundle" url="https://git.unicaen.fr/pdn-certic/max-db-bundle/-/archive/0.0.1/max-db-bundle-0.0.1.zip"/> <bundle name="max-db-bundle" url="https://git.unicaen.fr/pdn-certic/max-db-bundle/-/archive/0.0.2/max-db-bundle-0.0.2.zip"/> </bundles> </configuration> src/main/core/routes.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ function routes:autoroute($lang as xs:string, $page as xs:string){ errors:error($err:code, $err:description, $err:line-number, $lang) } catch err:XPTY0004 { errors:error($err:code, $err:description, $err:line-number, $lang) errors:error($err:code, $page || ' - Please check autoroute file : ' || $page || " : " ||$err:description, $err:line-number, $lang) } catch * {errors:error($err:code, $err:description, $err:line-number, $lang)} } Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -8,4 +8,5 @@ .idea /config.xml /dist /xq tests-output.xml
fixtures/config.xml +2 −2 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns="http://certic.unicaen.fr/max/ns/1.0" env="dev" vocabulary-bundle="max-dumb-xml"> <version name="0.0.3" url="https://git.unicaen.fr/pdn-certic/max-v2/-/archive/0.0.2/max-v2-0.0.3.zip"/> <version name="0.0.4" url="https://git.unicaen.fr/pdn-certic/max-v2/-/archive/0.0.4/max-v2-0.0.4.zip"/> <languages> <language>fr</language> <language>en</language> Loading @@ -9,6 +9,6 @@ <bundles> <bundle name="max-dumb-xml"/> <bundle name="max-export"/> <bundle name="max-db-bundle" url="https://git.unicaen.fr/pdn-certic/max-db-bundle/-/archive/0.0.1/max-db-bundle-0.0.1.zip"/> <bundle name="max-db-bundle" url="https://git.unicaen.fr/pdn-certic/max-db-bundle/-/archive/0.0.2/max-db-bundle-0.0.2.zip"/> </bundles> </configuration>
src/main/core/routes.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ function routes:autoroute($lang as xs:string, $page as xs:string){ errors:error($err:code, $err:description, $err:line-number, $lang) } catch err:XPTY0004 { errors:error($err:code, $err:description, $err:line-number, $lang) errors:error($err:code, $page || ' - Please check autoroute file : ' || $page || " : " ||$err:description, $err:line-number, $lang) } catch * {errors:error($err:code, $err:description, $err:line-number, $lang)} } Loading