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
4ef357cb
Commit
4ef357cb
authored
Aug 24, 2020
by
mrodzis
💪
Browse files
docs: add function docs
parent
67223402
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/tidy.xqm
View file @
4ef357cb
...
...
@@ -144,6 +144,14 @@ as node()* {
};
(:~
: Some elements aren't considered in the edited text. These encompass:
:
: * subsequent handshifts of the same type
: * certain line markers
: * empty elements that have lost their text nodes during the sorting process
:
:)
declare function tidy:sort-out-surplus-elements($nodes as node()*)
as node()* {
for $node in $nodes return
...
...
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