Skip to content

Commit 0141acf

Browse files
committed
changed XHTML to HTML output
git-svn-id: https://svn.code.sf.net/p/epidoc/code/trunk/example-p5-xslt@1725 85be4e97-ed4a-0410-b6a7-8d1dfdb05c0b
1 parent fa574f4 commit 0141acf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+61
-61
lines changed

htm-teiab.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:ab">

htm-teiaddanddel.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t" version="2.0">
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" version="2.0">
55
<!-- templates for subst, add and del found in teiaddanddel.xsl-->
66
<xsl:import href="teiaddanddel.xsl"/>
77

htm-teiapp.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
44
xmlns:tei="http://www.tei-c.org/ns/1.0"
5-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
5+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
66
version="2.0">
77
<!-- Contains app and its children rdg, ptr, note and lem -->
88

htm-teidiv.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:div">

htm-teidivedition.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66

77
<!-- Other div matches can be found in htm-teidiv.xsl -->

htm-teifigure.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
3+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
44
version="2.0">
55

66
<xsl:template match="t:figure">

htm-teiforeign.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:foreign">

htm-teig.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<!-- Import templates can be found in teig.xsl -->

htm-teigap.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Imported templates can be found in teigap.xsl -->
77
<xsl:import href="teigap.xsl"/>

htm-teihead.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77

htm-teihi.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66
<!-- hi imports in teihi.xsl, html span created here -->
77
<xsl:import href="teihi.xsl"/>

htm-teilb.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
xmlns:EDF="http://epidoc.sourceforge.net/ns/functions"
66
exclude-result-prefixes="t EDF" version="2.0">
77
<!-- Actual display and increment calculation found in teilb.xsl -->

htm-teilgandl.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<xsl:include href="teilgandl.xsl"/>
77

htm-teilistanditem.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:list">

htm-teilistbiblandbibl.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:listBibl">

htm-teimilestone.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66
<!-- More specific templates in teimilestone.xsl -->
77

htm-teinote.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Template in teinote.xsl -->
77
<xsl:import href="teinote.xsl"/>

htm-teinum.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66
<!-- Template in teinum.xsl -->
77
<xsl:import href="teinum.xsl"/>

htm-teip.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:p">

htm-teiref.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<xsl:include href="teiref.xsl"/>
77

htm-teiseg.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- General template in teiseg.xsl -->
77
<xsl:import href="teiseg.xsl"/>

htm-teispace.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66

77
<xsl:template name="space-content">

htm-teisupplied.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Called from teisupplied.xsl -->
77

htm-teiterm.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:term">

htm-tpl-apparatus.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Apparatus creation: look in tpl-apparatus.xsl for documentation -->
77
<xsl:include href="tpl-apparatus.xsl"/>

htm-tpl-cssandscripts.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
33
xmlns:t="http://www.tei-c.org/ns/1.0"
4-
xmlns="http://www.w3.org/1999/xhtml"
4+
55
exclude-result-prefixes="t"
66
version="2.0">
77
<!-- Called from start-edition.xsl -->

htm-tpl-lang.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Contains all language related named templates -->
77

htm-tpl-license.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
3+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
44
version="2.0">
55

66
<xsl:template name="license">

htm-tpl-metadata.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Called from start-edition.xsl -->
77

htm-tpl-structure.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id: htm-tpl-lang.xsl 1434 2011-05-31 18:23:56Z gabrielbodard $ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Contains all language related named templates -->
77

odf-tpl-metadata.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
44
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
55
xmlns:t="http://www.tei-c.org/ns/1.0"
6-
xmlns="http://www.w3.org/1999/xhtml"
6+
77
exclude-result-prefixes="t"
88
version="2.0">
99

start-edition.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
6-
<xsl:output method="xml" encoding="UTF-8"/>
6+
<xsl:output method="html" encoding="UTF-8"/>
77

88
<xsl:include href="global-varsandparams.xsl"/>
99

teiabbrandexpan.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t" version="2.0">
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" version="2.0">
55
<!-- Contains templates for expan and abbr -->
66

77
<xsl:template match="t:expan">

teiaddanddel.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t" version="2.0">
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" version="2.0">
55
<!-- Contains templates for subst, add and del -->
66

77
<!-- Imported by htm-teiaddanddel.xsl or called directly from start-txt.xsl -->

teicertainty.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t" version="2.0">
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" version="2.0">
55

66
<xsl:template match="t:certainty">
77
<xsl:choose>

teichoice.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66

77
<xsl:template match="t:choice">

teig.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
44
xmlns:t="http://www.tei-c.org/ns/1.0"
55
xmlns:EDF="http://epidoc.sourceforge.net/ns/functions"
6-
xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t EDF" version="2.0">
6+
exclude-result-prefixes="t EDF" version="2.0">
77
<!-- Templates imported by [htm|txt]-teig.xsl -->
88

99
<xsl:function name="EDF:f-wwrap">

teigap.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml"
4+
xmlns:t="http://www.tei-c.org/ns/1.0"
55
exclude-result-prefixes="t" version="2.0">
66
<!-- Templates imported by [htm|txt]teigap.xsl -->
77

teihandshift.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:handShift">

teiheader.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66

77
<xsl:template match="t:teiHeader|t:facsimile"/>

teihi.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t" version="2.0">
3+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" version="2.0">
44
<!-- html hi part of transformation in htm-teihi.xsl -->
55

66
<xsl:template match="t:hi">

teilb.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Imported by [htm|txt]-teilb.xsl -->
77

teilgandl.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- Called by [htm|txt]-teilgandl.xsl -->
77

teimilestone.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Id$ -->
33
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4-
xmlns:t="http://www.tei-c.org/ns/1.0" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="t"
4+
xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t"
55
version="2.0">
66
<!-- General template in [htm|txt]teimilestone.xsl -->
77

0 commit comments

Comments
 (0)