Skip to content
Snippets Groups Projects
Commit bb074e88 authored by uwe's avatar uwe
Browse files

added apparatus and apparatus-children variable

parent 0999745f
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,23 @@ declare default element namespace "http://www.tei-c.org/ns/1.0";
:)
declare variable $ident:blocklevel-elements := ('titlePage', 'titlePart', 'aligned', 'div', 'list', 'item', 'table', 'row', 'cell', 'head', 'p', 'note');
(:~
: ident:apparatus
: Variable defining Apparatus Elements by name
:
: @version 1.0 (2018-02-05)
: @author Uwe Sikora
:)
declare variable $ident:apparatus := ('app');
(:~
: ident:apparatus-readings
: Variable defining Apparatus-Child Elements by name
:
: @version 1.0 (2018-02-05)
: @author Uwe Sikora
:)
declare variable $ident:apparatus-readings := ('lem', 'rdg');
(:############################# Modules Functions #############################:)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment