|
66 | 66 | </xsl:choose> |
67 | 67 | </xsl:template> |
68 | 68 | <xsl:template match="tei:p[@class='marginalie_place']"> |
69 | | - <p rendition="#marginalie_place"><xsl:apply-templates/></p> |
| 69 | + <p rendition="#{@class}"><xsl:apply-templates/></p> |
70 | 70 | </xsl:template> |
71 | 71 | <xsl:template match="tei:p[@class='footnote']"> |
72 | 72 | <note type="footnote"><xsl:apply-templates/></note> |
|
75 | 75 | <note type="footnote" prev="true"><xsl:apply-templates/></note> |
76 | 76 | </xsl:template> |
77 | 77 | <xsl:template match="tei:p[@class='title']"> |
78 | | - <p rendition="{@class}"> |
| 78 | + <p rendition="#{@class}"> |
79 | 79 | <xsl:apply-templates/> |
80 | 80 | </p> |
81 | 81 | </xsl:template> |
82 | 82 | <xsl:template match="tei:p[@class='h1']"> |
83 | | - <p rendition="{@class}"> |
| 83 | + <p rendition="#{@class}"> |
84 | 84 | <title><xsl:apply-templates/></title> |
85 | 85 | </p> |
86 | 86 | </xsl:template> |
87 | 87 | <xsl:template match="tei:p[@class='h2']"> |
88 | | - <p rendition="{@class}"> |
| 88 | + <p rendition="#{@class}"> |
89 | 89 | <xsl:apply-templates/> |
90 | 90 | </p> |
91 | 91 | </xsl:template> |
92 | 92 | <xsl:template match="tei:p[@class='h3']"> |
93 | | - <p rendition="{@class}"> |
| 93 | + <p rendition="#{@class}"> |
94 | 94 | <xsl:apply-templates/> |
95 | 95 | </p> |
96 | 96 | </xsl:template> |
97 | 97 | <xsl:template match="tei:p[@class='h4']"> |
98 | | - <p rendition="{@class}"> |
| 98 | + <p rendition="#{@class}"> |
99 | 99 | <xsl:apply-templates/> |
100 | 100 | </p> |
101 | 101 | </xsl:template> |
102 | 102 | <xsl:template match="tei:p[@class='h5']"> |
103 | | - <p rendition="{@class}"> |
| 103 | + <p rendition="#{@class}"> |
104 | 104 | <xsl:apply-templates/> |
105 | 105 | </p> |
106 | 106 | </xsl:template> |
107 | 107 | <xsl:template match="tei:p[@class='comment_editor']"> |
108 | | - <p rendition="{@class}"> |
| 108 | + <p rendition="#{@class}"> |
109 | 109 | <xsl:apply-templates/> |
110 | 110 | </p> |
111 | 111 | </xsl:template> |
|
146 | 146 | <xsl:template match="tei:span[@class='footnote-index']"> |
147 | 147 | <hi><xsl:attribute name="rendition"><xsl:value-of select="concat('#', ./@class)"/></xsl:attribute><xsl:apply-templates/></hi> |
148 | 148 | </xsl:template> |
| 149 | + <xsl:template match="tei:span[@class='endnote-index']"> |
| 150 | + <hi><xsl:attribute name="rendition"><xsl:value-of select="concat('#', ./@class)"/></xsl:attribute><xsl:apply-templates/></hi> |
| 151 | + </xsl:template> |
149 | 152 | <xsl:template match="tei:span[@class='inlinequote']"> |
150 | 153 | <quote><xsl:attribute name="type">inlinequote</xsl:attribute><xsl:apply-templates/></quote> |
151 | 154 | </xsl:template> |
|
0 commit comments