Loading rxq/alignment.xqm +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
rxq/alignment.xqm +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading