Commit 41cf103c authored by Anne Goloubkoff-Duponchel's avatar Anne Goloubkoff-Duponchel
Browse files

ajout d'une text_hook pour démo

parent ab4f1dd5
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
xmlns:tei="http://www.tei-c.org/ns/1.0" 
version="2.0" 
exclude-result-prefixes="tei xsl">

	<xsl:output method="xml" encoding="utf-8"/>

	<xsl:template match="/">
        <xsl:apply-templates />
    </xsl:template>

</xsl:stylesheet>