Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- $Id: htm-teisupplied.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
  <!-- Called from teisupplied.xsl -->
7

    
8
  <xsl:template name="supplied-parallel">
9
      <span class="underline">
10
         <xsl:apply-templates/>
11
      </span>
12
  </xsl:template>
13

    
14
</xsl:stylesheet>
(29-29/95)