Add DeLiKo@DNB to corpus title
Resolves #33
diff --git a/test/test-xml.sh b/test/test-xml.sh
index d2b4b0f..4a08e15 100755
--- a/test/test-xml.sh
+++ b/test/test-xml.sh
@@ -20,7 +20,7 @@
assert_eq "$observed" "$TEXTS" "$I5_FILE contains $TEXTS non-empty h.author elements"
observed=$(xmlstarlet sel --net -t -v "/idsCorpus/idsHeader/fileDesc/titleStmt/c.title" target/dnb13.i5.xml)
-assert_eq "$observed" "Deutsche Nationalbibliothek: Belletristik 2013" "c.title contains yeaar"
+assert_eq "$observed" "Deutsche Nationalbibliothek: Belletristik 2013 (DeLiKo@DNB)" "c.title contains year and DeLiKo@DNB"
observed=$(xmlstarlet sel --net -t -v "count(/idsCorpus/idsDoc/idsText/idsHeader/fileDesc/sourceDesc/biblStruct/monogr/h.author[contains(., '[')])" target/dnb13.i5.xml)
assert_eq "$observed" "0" "authors do not contain []"
diff --git a/xslt/idsCorpus-template.xml b/xslt/idsCorpus-template.xml
index ae2be25..af8a172 100644
--- a/xslt/idsCorpus-template.xml
+++ b/xslt/idsCorpus-template.xml
@@ -5,7 +5,7 @@
<fileDesc>
<titleStmt>
<korpusSigle>DNB{YY}</korpusSigle>
- <c.title>Deutsche Nationalbibliothek: Belletristik 20{YY}</c.title>
+ <c.title>Deutsche Nationalbibliothek: Belletristik 20{YY} (DeLiKo@DNB)</c.title>
</titleStmt>
<publicationStmt>
<distributor>Deutsche Nationalbibliothek</distributor>