Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- $Id: htm-tpl-cssandscripts.xsl 2090 2013-10-24 15:23:22Z gabrielbodard $ -->
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
   xmlns:t="http://www.tei-c.org/ns/1.0" 
5
  
6
   exclude-result-prefixes="t"
7
   version="2.0">
8
   <!-- Called from start-edition.xsl -->
9

    
10
   <xsl:template name="css-script">
11
      <xsl:param name="parm-css-loc" tunnel="yes" required="no"></xsl:param>
12
       
13
      <link rel="stylesheet" type="text/css" media="screen, projection">
14
         <xsl:attribute name="href">
15
            <xsl:value-of select="$parm-css-loc"/>
16
         </xsl:attribute>
17
      </link>
18
   </xsl:template>
19
</xsl:stylesheet>
(32-32/95)