diff --git a/Scripts/ossianUp.sh b/Scripts/ossianUp.sh new file mode 100644 index 0000000..5d64cfa --- /dev/null +++ b/Scripts/ossianUp.sh @@ -0,0 +1,7 @@ +saxon -xi driver-vol1.tei Scripts/ossianUp.xsl >ossianedition6a.xml +xsltproc Scripts/NUIG/myDefault.xsl ossianedition6a.xml > ed6.html +cat HTML-prefix.htm ed6.html HTML-suffix.htm > ossianedition6a.html +rm ed6.html +saxon -xi driver-vol2.tei Scripts/ossianUp.xsl >ossianedition6b.xml +xsltproc Scripts/NUIG/myDefault.xsl ossianedition6b.xml > ed6.html +cat HTML-prefix.htm ed6.html HTML-suffix.htm > ossianedition6b.html diff --git a/ossianUp.xsl b/Scripts/ossianUp.xsl similarity index 95% rename from ossianUp.xsl rename to Scripts/ossianUp.xsl index 6a8e6c6..f7845fc 100644 --- a/ossianUp.xsl +++ b/Scripts/ossianUp.xsl @@ -4,13 +4,16 @@ xpath-default-namespace="http://www.tei-c.org/ns/1.0" xmlns:e="http://distantreading.net/eltec/ns" exclude-result-prefixes="xs e" version="2.0"> + + + diff --git a/V1/tei/prelims.xml b/V1/tei/prelims.xml index 4d8f6f1..377a12c 100644 --- a/V1/tei/prelims.xml +++ b/V1/tei/prelims.xml @@ -100,9 +100,8 @@ of the winds. Like two ſtars were her radiant eyes, like two ſtars that riſe on the deep, when dark tumult embroils the night. Pleaſant are their beams aloft, as ſtately they aſcend the ſkies.

-

- +

Nor Odin forgot, in aught, the maid. Her form ſcarce equalled her lofty mind. Awe moved around her ſtately ſteps. Heroes loved—but ſhrunk away in their fears. Yet midſt the pride of all her charms, her heart was ſoft, and her ſoul was kind. diff --git a/ossianUp.sh b/ossianUp.sh deleted file mode 100644 index a064e5a..0000000 --- a/ossianUp.sh +++ /dev/null @@ -1,2 +0,0 @@ -xsltproc Scripts/NUIG/myDefault.xsl ossianedition6.xml > ed6.html -cat HTML-prefix.htm ed6.html HTML-suffix.htm > ossianedition6.html