Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
c36670ab
Commit
c36670ab
authored
Jan 15, 2020
by
Mathias Goebel
🎠
Browse files
report instead of fial on unknown file format
parent
37a11562
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/textgrid/connect.xqm
View file @
c36670ab
...
...
@@ -216,10 +216,7 @@ declare function tgconnect:publish( $uri as xs:string,
xmldb:store($targetPath || "/data", $name, $text, "text/plain")
return $name
default return
error(
QName("https://sade.textgrid.de/ns/error", "PUBLISH08"),
"The publisher does not know how to handle " || string($meta//tgmd:format) || "."
)
"The publisher does not know how to handle " || string($meta//tgmd:format) || "."
else
error(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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