Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- $Id: txt-teisupplied.xsl 1543 2011-08-31 15:47:37Z ryanfb $ -->
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
                xmlns:t="http://www.tei-c.org/ns/1.0"
5
                version="2.0">
6
  <!-- Called from teisupplied.xsl -->
7

    
8
  <xsl:template name="supplied-parallel">
9
    <!-- Need to find out how to underline in text -->
10
    <xsl:apply-templates/>
11
  </xsl:template>
12

    
13
</xsl:stylesheet>
(92-92/95)