Skip to content
Snippets Groups Projects
Commit f7f07c0a authored by Oke Möller's avatar Oke Möller
Browse files

Transformation für Vorbereitung der XML-Dateien

parent b573a742
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<pb facs="img:00006" n="4"/> <pb facs="img:00006" n="4"/>
</div> </div>
<div subtype="vorwort" type="preface"> <div subtype="vorwort" type="preface">
<pb facs="img:00007" n="5"/> <pb n="5" facs="img:00007" />
<lg> <lg>
<l rendition="#ind">Durlautigſter <rs key="ed_udm_swp_y1c" <l rendition="#ind">Durlautigſter <rs key="ed_udm_swp_y1c"
type="person">Herzog</rs>,</l> type="person">Herzog</rs>,</l>
......
<?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
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