Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
cde5493f
Commit
cde5493f
authored
Aug 26, 2018
by
Mathias Goebel
Browse files
?
parent
a64123c9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
cde5493f
xquery
version
"3.1"
;
xquery
version
"3.1"
;
(
exrest:register-module
(
xs:anyURI
(
"/db/apps/SADE/modules/fontane/index-api.xqm"
))
,
exrest:register-module
(
xs:anyURI
(
"/db/apps/SADE/modules/fontane/index-api.xqm"
))
,
exrest:register-module
(
xs:anyURI
(
"/db/apps/SADE/modules/fontane/toc-api.xqm"
))
,
exrest:register-module
(
xs:anyURI
(
"/db/apps/SADE/modules/fontane/toc-api.xqm"
))
,
(
let
$doc
:=
doc
(
"expath-pkg.xml"
)
//*:
package
,
(
let
$doc
:=
doc
(
"expath-pkg.xml"
)
//*:
package
,
...
@@ -10,3 +10,4 @@ exrest:register-module(xs:anyURI("/db/apps/SADE/modules/fontane/toc-api.xqm")),
...
@@ -10,3 +10,4 @@ exrest:register-module(xs:anyURI("/db/apps/SADE/modules/fontane/toc-api.xqm")),
$sysout
:=
util:log-system-out
(
$node
)
$sysout
:=
util:log-system-out
(
$node
)
return
file:serialize
(
$node
,
$filename
,
())
return
file:serialize
(
$node
,
$filename
,
())
)
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment