Loading max.xq +6 −0 Original line number Diff line number Diff line Loading @@ -82,10 +82,16 @@ declare function max:page($project, $page){ let $dbPath := max.config:getProjectDBPath($project) return if (not($dbPath)) then max:max-error( ' Configuration manquante pour le projet "'||$project||'" (fichier configuration/configuration.xml)', (), (), ()) else if (not(db:exists($dbPath))) then max:max-error( "Oups... La base '"|| $dbPath ||"' n'existe pas.!", (), (), ()) else try { switch ($page) Loading Loading
max.xq +6 −0 Original line number Diff line number Diff line Loading @@ -82,10 +82,16 @@ declare function max:page($project, $page){ let $dbPath := max.config:getProjectDBPath($project) return if (not($dbPath)) then max:max-error( ' Configuration manquante pour le projet "'||$project||'" (fichier configuration/configuration.xml)', (), (), ()) else if (not(db:exists($dbPath))) then max:max-error( "Oups... La base '"|| $dbPath ||"' n'existe pas.!", (), (), ()) else try { switch ($page) Loading