Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- $Id: htm-teip.xsl 1725 2012-01-10 16:08:31Z gabrielbodard $ -->
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
                xmlns:t="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="t" 
5
                version="2.0">
6

    
7
  <xsl:template match="t:p">
8
      <p>
9
         <xsl:apply-templates/>
10
      </p>
11
  </xsl:template>
12
  
13
</xsl:stylesheet>
(25-25/95)