diff --git a/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml b/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
index 186b9d7dea08a2a4dad2f6069c813d1d63d53a67..31c568a904d432dd405020d43f51823c4a9c8478 100644
--- a/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
+++ b/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
@@ -161,7 +161,7 @@
                 <pb facs="img:00006" n="4"/>
             </div>
             <div subtype="vorwort" type="preface">
-                <pb facs="img:00007" n="5"/>
+                <pb n="5" facs="img:00007" />
                 <lg>
                     <l rendition="#ind">Durlautigſter <rs key="ed_udm_swp_y1c"
                             type="person">Herzog</rs>,</l>
diff --git a/Dramen/Ernst_und_Falk/scripts/prepareTranscriptionsForPublication.xsl b/Dramen/Ernst_und_Falk/scripts/prepareTranscriptionsForPublication.xsl
new file mode 100644
index 0000000000000000000000000000000000000000..205f994b26238506cad0293909392c39b0d538b3
--- /dev/null
+++ b/Dramen/Ernst_und_Falk/scripts/prepareTranscriptionsForPublication.xsl
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xmlns:math="http://www.w3.org/2005/xpath-functions/math"
+    xmlns:telota="http://www.telota.de" 
+    exclude-result-prefixes="xs math"
+    version="3.0">
+    
+    <!-- identity template -->
+    <xsl:template match="@*|node()">
+        <xsl:copy>
+            <xsl:apply-templates select="@*|node()"/>
+        </xsl:copy>
+    </xsl:template>
+    
+    <!-- explicit template to suppress the telota:doctype attribute -->
+    <xsl:template match="@telota:doctype"/>
+    
+</xsl:stylesheet>
\ No newline at end of file