Skip to content
Snippets Groups Projects
Commit 91c91dcd authored by Guillaume Porte's avatar Guillaume Porte :no_mouth:
Browse files

Add new file

parent 4a18c6cb
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!--
For conditions of distribution and use, see the accompanying legal.txt file.
-->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tei="http://www.tei-c.org/ns/1.0"
exclude-result-prefixes="tei xsl">
<xsl:template match="//tei:choice"><xsl:apply-templates/></xsl:template>
<xsl:template match="//tei:orig | //tei:reg">
<span>
<xsl:attribute name="class">
<xsl:value-of select="local-name(.)"/>
</xsl:attribute><xsl:apply-templates/>
</span>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment