Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intermediate-format
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bibliothek-der-neologie
intermediate-format
Commits
b14d948b
Commit
b14d948b
authored
7 years ago
by
usikora
Browse files
Options
Downloads
Patches
Plain Diff
corrected references of bdn_string.xqm to string.xqm
parent
ba712709
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
stable/modules/intermediate_formate/inter_form.xqm
+12
-2
12 additions, 2 deletions
stable/modules/intermediate_formate/inter_form.xqm
stable/modules/string.xqm
+1
-1
1 addition, 1 deletion
stable/modules/string.xqm
with
13 additions
and
3 deletions
stable/modules/intermediate_formate/inter_form.xqm
+
12
−
2
View file @
b14d948b
...
...
@@ -3,7 +3,7 @@ xquery version "3.1";
module
namespace
interform
=
"xmldb:exist:///db/apps/bdn/modules/intermediate_format/inter_form.xqm"
;
import
module
namespace
functx
=
"http://www.functx.com"
;
import
module
namespace
string
=
"xmldb:exist:///db/apps/bdn/modules/
bdn_
string.xqm"
at
"xmldb:exist:///db/apps/bdn/modules/
bdn_
string.xqm"
;
import
module
namespace
string
=
"xmldb:exist:///db/apps/bdn/modules/string.xqm"
at
"xmldb:exist:///db/apps/bdn/modules/string.xqm"
;
declare
default
element
namespace
"http://www.tei-c.org/ns/1.0"
;
...
...
@@ -48,6 +48,14 @@ declare function interform:preprocessing
(: COMPLETE IGNORE :)
case
comment
()
return
(
(:$node:)
)
case
element
(
teiHeader
)
return
(
element
{
name
(
$node
)}
{
$node
/
@
*,
$node
/
node
()
}
)
(:
case element(encodingDesc) return (
interform:preprocessing($node/following-sibling::node()[1])
)
...
...
@@ -55,7 +63,7 @@ declare function interform:preprocessing
case element(revisionDesc) return (
interform:preprocessing($node/following-sibling::node()[1])
)
:)
(:case element(ptr) return (
interform:preprocessing($node/node())
):)
...
...
@@ -73,6 +81,7 @@ declare function interform:preprocessing
)
):)
(:
case element(byline) return (
interform:preprocessing($node/node())
)
...
...
@@ -101,6 +110,7 @@ declare function interform:preprocessing
case element(docDate) return (
interform:preprocessing($node/node())
)
:)
(:case element(ref) return (
interform:preprocessing($node/node())
...
...
This diff is collapsed.
Click to expand it.
stable/modules/string.xqm
+
1
−
1
View file @
b14d948b
xquery
version
"3.1"
;
module
namespace
string
=
"xmldb:exist:///db/apps/bdn/modules/
bdn_
string.xqm"
;
module
namespace
string
=
"xmldb:exist:///db/apps/bdn/modules/string.xqm"
;
(:~
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment