File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
freud_api_crawler/fixtures Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 144144 <hi ><xsl : attribute name =" rendition" ><xsl : value-of select =" concat('#', ./@class)" /></xsl : attribute ><xsl : apply-templates /></hi >
145145 </xsl : template >
146146 <xsl : template match =" tei:span[@class='footnote-index']" >
147- <hi ><xsl : attribute name =" rendition" ><xsl : value-of select =" concat('#', ./@class)" /></xsl : attribute ><xsl : value-of select =" ." /></hi >
147+ <hi ><xsl : attribute name =" rendition" ><xsl : value-of select =" concat('#', ./@class)" /></xsl : attribute ><xsl : apply-templates /></hi >
148+ </xsl : template >
149+ <xsl : template match =" tei:span[@class='inlinequote']" >
150+ <q ><xsl : attribute name =" type" >inlinequote</xsl : attribute ><xsl : apply-templates /></q >
151+ </xsl : template >
152+ <xsl : template match =" tei:span[@class='blockquote']" >
153+ <q ><xsl : attribute name =" type" >blockquote</xsl : attribute ><xsl : apply-templates /></q >
148154 </xsl : template >
149155 <xsl : template match =" tei:em" >
150- <hi ><xsl : attribute name =" rendition" >#em</xsl : attribute ><xsl : value-of select = " . " /></hi >
156+ <hi ><xsl : attribute name =" rendition" >#em</xsl : attribute ><xsl : apply-templates /></hi >
151157 </xsl : template >
152158 <xsl : template match =" tei:sup" >
153- <xsl : value-of select = " . " / >
159+ <hi >< xsl : attribute name = " rendition " >#sub</ xsl : attribute >< xsl : apply-templates /></ hi >
154160 </xsl : template >
155161
156-
157162 <!--
158163 ####################
159164 other things
160165 ####################
161166-->
162167 <xsl : template match =" tei:blockquote" >
163- <q ><xsl : apply-templates /></q >
168+ <q ><xsl : attribute name = " type " >blockquote</ xsl : attribute >< xsl : apply-templates /></q >
164169 </xsl : template >
165170
166171</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments