From 9bef1834756cf16e8b4fc7b365a058422a355691 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 2 Nov 2012 11:30:09 +0100 Subject: Use capital letters in xml tags Many bible programs dont know the aliases. --- concat.sh | 12 ++++++------ convert.xsl | 28 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/concat.sh b/concat.sh index d6931d1..9b176a1 100755 --- a/concat.sh +++ b/concat.sh @@ -4,15 +4,15 @@ translation=$1 title="$2" echo '' -printf '\n' "$title" -echo '' +printf '\n' "$title" +echo '' echo "${title}" echo 'Zefania XML Bible Markup Language' -echo '' +echo '' j=1 cat ${translation}/book-list | while read buch do - echo "" + echo "" buchdir=$(echo "$buch" | sed "y/äöü /aou_/") i=1 @@ -23,6 +23,6 @@ do done j=$((j+1)) - echo "" + echo "" done -echo '' +echo '' diff --git a/convert.xsl b/convert.xsl index a2f7d2d..3cdb1c6 100644 --- a/convert.xsl +++ b/convert.xsl @@ -2,7 +2,7 @@ - + @@ -16,16 +16,16 @@ - + - + - + @@ -37,22 +37,22 @@ - + - + -
+
-
+
- + @@ -125,8 +125,8 @@ - + - + -- cgit