diff options
Diffstat (limited to 'default.tei')
-rw-r--r-- | default.tei | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/default.tei b/default.tei index 3778dcc..7573478 100644 --- a/default.tei +++ b/default.tei | |||
@@ -3,18 +3,30 @@ | |||
3 | <teiHeader> | 3 | <teiHeader> |
4 | <fileDesc> | 4 | <fileDesc> |
5 | <titleStmt> | 5 | <titleStmt> |
6 | $if(title)$ | ||
7 | <title>$title$</title> | 6 | <title>$title$</title> |
8 | $endif$ | ||
9 | $for(author)$ | 7 | $for(author)$ |
10 | $author$ | 8 | <author>$author$</author> |
11 | $endfor$ | 9 | $endfor$ |
12 | </titleStmt> | 10 | </titleStmt> |
13 | <publicationStmt> | 11 | <publicationStmt> |
12 | $if(publicationStmt)$ | ||
14 | <p>$if(publicationStmt)$$publicationStmt$$endif$</p> | 13 | <p>$if(publicationStmt)$$publicationStmt$$endif$</p> |
15 | $if(license)$ | 14 | $endif$ |
15 | $if(license)$ | ||
16 | <availability><licence>$license$</licence></availability> | 16 | <availability><licence>$license$</licence></availability> |
17 | $endif$ | 17 | $endif$ |
18 | $if(publisher)$ | ||
19 | <publisher>$publisher$</publisher> | ||
20 | $endif$ | ||
21 | $if(pubPlace)$ | ||
22 | <pubPlace>$pubPlace$</pubPlace> | ||
23 | $endif$ | ||
24 | $if(address)$ | ||
25 | <address>$address$</address> | ||
26 | $endif$ | ||
27 | $if(date)$ | ||
28 | <date>$date$</date> | ||
29 | $endif$ | ||
18 | </publicationStmt> | 30 | </publicationStmt> |
19 | <sourceDesc> | 31 | <sourceDesc> |
20 | $if(sourceDesc)$ | 32 | $if(sourceDesc)$ |