Commit b45c32aa authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Merge branch 'ag/alignement' into 'dev'

gestion des espaces pour l'alignement

See merge request pdn-certic/MaX!58
parents abe2242b f3bdf45a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ import module namespace max.util = 'pddn/max/util' at 'util.xqm';
declare
%rest:GET
%output:method("html")
%output:indent("no")
%rest:path("/{$project}/{$doc=.*xml}/{$id1}/{$id2}.html")
function max.alignment:alignedHTML($project, $doc, $id1, $id2){
   let $dbPath := max.config:getProjectDBPath($project)