Skip to content
Snippets Groups Projects
Commit 5f7083f7 authored by Marcus Baumgarten's avatar Marcus Baumgarten
Browse files

Update tei-translation.xsl

parent ea481f14
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ index/term als Register ausbilden
<link rel="stylesheet" type="text/css" href="https://diglib.hab.de/edoc/ed000278/media/custom.css"/>
<script src="http://diglib.hab.de/navigator.js" type="text/javascript"><noscript>please activate javascript to enable wdb functions</noscript></script>
</head>
<xsl:apply-templates/>
<body>
<!-- Dokumentkopf -->
......@@ -57,9 +57,13 @@ index/term als Register ausbilden
<div class="content" style="text-align:justify;font-size:0.8em;">
<p> <xsl:apply-templates select="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:respStmt"/></p>
</div>
<!-- Titelei -->
<div class="content">
<xsl:apply-templates select="//tei:front"/>
</div>
<div class="content" style="text-align:justify;font-size:0.9em;">
<!-- Haupttext -->
<xsl:apply-templates select="tei:TEI/tei:text"/>
<xsl:apply-templates select="tei:TEI/tei:text/tei:body"/>
<!-- Fussnotenbereich -->
<a name="footnotes"><hr style="height:1px;margin:1em 0 1em; 0"/></a>
<!-- Fussnoten auswerten -->
......@@ -141,6 +145,11 @@ index/term als Register ausbilden
<!--body-->
<!-- main distribution-->
<xsl:template match="//tei:front">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="tei:div">
<a>
<xsl:attribute name="name">
......
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